import ts from 'typescript'; export declare const getCompilerOptions: (configPath: string) => ts.CompilerOptions | never;