import type { ImportmapDeclaration } from '../utils'; export interface DebugArgs { port: number; host: string; backend: string; importmap: ImportmapDeclaration; supportOffline?: boolean; spaPath: string; apiUrl: string; configUrls: Array; addCookie: string; } export declare function runDebug(args: DebugArgs): Promise; //# sourceMappingURL=debug.d.ts.map