export declare function setResponses(args: Array<{
    path: string;
    data: Object;
}>, page: any): void;
