import ts from 'typescript'; /** * Get the TypeScript compiler options */ export declare const getOptions: (customOptions?: ts.CompilerOptions, ignoreProjectOptions?: boolean) => ts.CompilerOptions; //# sourceMappingURL=options.d.ts.map