import type { InitOptions } from '../options.init.mjs'; import type { TypstCompiler } from '../compiler.mjs'; 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