/*** * Node External Editor * * Kevin Gravier * MIT 2018 */ export declare class LaunchEditorError extends Error { originalError: Error; constructor(originalError: Error); }