import type { FlatSculptOptions } from '../types/types-options.js'; export declare const createGlobalCompiler: (serveMode: boolean, sculptOptions: FlatSculptOptions) => Promise;