import { BrowserHost } from '../../types.js'; import { CompilationState } from '../types.js'; export declare function compile(host: BrowserHost, content: string, selectedEmitter: string, tspconfig: string): Promise; //# sourceMappingURL=compile.d.ts.map