import { type FlatSculptOptions } from '../types/index.js'; export declare const createDevServer: (sculptOptions: FlatSculptOptions) => Promise<{ devPort: number; devHostUri: string; publicIp: string; domain: string; app: import("express-serve-static-core").Express; }>;