export declare const mockingFetch: ({ response }?: {
    response?: {} | undefined;
}) => void;
export declare const mockingFailingNotValidFetch: () => void;
export declare const mockingFailingNotFoundFetch: () => void;
