import { Command } from "@commander-js/extra-typings";
export declare const networkTest: Command<[], {
    timeout?: string;
    ipFamily?: string;
    speedTest?: boolean;
} & {
    envFile?: string;
    url?: string;
    adminKey?: string;
    prod?: boolean;
    previewName?: string;
    deploymentName?: string;
    deployment?: string;
}, {}>;
//# sourceMappingURL=network_test.d.ts.map