export declare const network: (params: {
    url: string;
    method: "GET" | "POST";
}) => void;
//# sourceMappingURL=mock-network.d.ts.map