export declare const ErrorMarker = "err";
/** Command(s) to be issued at the start of each shell */
export declare function initCommand(eol: string): string;
