export type ExpPreviewOptions = { rootDir: string; config: string; port: number; target: string; mode: string; buildDir: string; basePath?: string; open: boolean; logLevel: string; timeout?: number; authToken?: string; debug?: boolean; }; export declare function expPreview(options: ExpPreviewOptions): Promise; //# sourceMappingURL=exp-preview.d.ts.map