/// <reference types="cheerio" />
export declare const readDataString: (file: string) => any;
export declare const mockHtml: (html: string) => (_url: string, _request: RequestInit, cheerio?: CheerioOptionsInterface | undefined) => Promise<CheerioStatic>;
export declare const mockJson: (json: any) => () => Promise<any>;
