export declare function compile(entryFile: string, tsconfigFile?: string, extraFiles?: string[]): Promise<void>;
export declare function readCompilerOptions(tsconfigFile: string): Promise<any>;
