export declare const server: import("msw/node").SetupServer; interface Options { delayedUntil?: Promise; } export declare function turtleFile(url: string, content: string, { delayedUntil }?: Options): import("msw").HttpHandler; export declare function binaryResource(url: string, describedBy: string, contentType?: string): import("msw").HttpHandler; export declare function notFound(url: string): import("msw").HttpHandler; export {};