import type { InitOptions } from "../options.init.cjs"; import type { TypstCompiler } from "../compiler.cjs"; export declare function getGlobalCompiler(): TypstCompiler | undefined; export declare function createGlobalCompiler(creator: () => TypstCompiler, initOptions?: Partial): Promise; export declare function withGlobalCompiler(creator: () => TypstCompiler, initOptions: Partial | undefined, resolve: (compiler: TypstCompiler) => void, reject?: (err: any) => void): void; //# sourceMappingURL=global-compiler.d.mts.map