import * as _ts from 'typescript';
export declare const load_typescript: (id?: string) => {
    typescript: typeof _ts;
    typescript_path: string;
};
