import { CompilerInterface, CompilerOptions } from './compiler.interface.js';
export declare class CompilerFactory {
    static create(format: string, options?: CompilerOptions): CompilerInterface;
}
