import { Context } from "../../bundler/context.js"; export declare function runNetworkTestOnUrl(ctx: Context, { url, adminKey }: { url: string; adminKey: string | null; }, options: { ipFamily?: string; speedTest?: boolean; }): Promise; export declare function withTimeout(ctx: Context, name: string, timeoutMs: number, f: Promise): Promise; //# sourceMappingURL=networkTest.d.ts.map