export declare const fakeNetworkCall: (resolveValue: any, timeout?: number) => Promise<unknown>;
