import { type PackageJson } from 'type-fest'; import { type FlatSculptOptions } from '../types/types-options.js'; export declare const createServeCompiler: (sculptOptions: FlatSculptOptions, pkgJson: PackageJson, assetServeCdn: string, mockApi: string) => Promise;