import * as _ts from 'typescript';
export declare const load_compiler_options: (raw_options: string | Record<string, any>, ts: typeof _ts) => {
    options: _ts.CompilerOptions;
    file_names: string[];
};
