/** Convert path separator from windows to unix */
export declare function convertPathSeparator(path: string): string;
export declare const isTypeScriptFile: RegExp;
export declare const nonAlphaNumeric: RegExp;
export declare const thisDirectory: RegExp;
export declare const indentation = "  ";
