export declare let absolutePath: (path: string) => string;
export declare let isTypescriptFile: (fileName: string) => boolean;
