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