import type { CompileOptions } from "./types.js"; export declare function transpileCode(code: string, options: CompileOptions): Promise; //# sourceMappingURL=transpiler.d.ts.map