import { TypescriptCompiler } from './typescript.compiler';
export declare class TypescriptExtension {
    static id: string;
    static dependencies: never[];
    createCompiler(tsConfig: Record<string, any>): TypescriptCompiler;
    static provider(): TypescriptExtension;
}
