export interface FixtureServerHandle { baseUrl: string; close: () => Promise; } export declare function startFixtureServer(): Promise; //# sourceMappingURL=fixture-server.d.ts.map