import type * as Client from '@mtop-devtools/client'; export declare function getRequests(...args: Parameters): ReturnType; export declare function getLogs(...args: Parameters): ReturnType; export declare function getEvents(...args: Parameters): ReturnType; export declare function setMock(...args: Parameters): ReturnType; export declare function getMocks(...args: Parameters): ReturnType; export declare function getApiSchema(...args: Parameters): ReturnType; export declare function proxyRequest(...args: Parameters): ReturnType; export declare function sendMtopRequest(...args: Parameters): ReturnType; export declare function tdbankAccount(...args: Parameters): ReturnType; export declare function browserList(..._args: Parameters): ReturnType; export declare function selectBrowser(...args: Parameters): ReturnType; export declare function browserLaunch(...args: Parameters): ReturnType; export declare function browserClose(...args: Parameters): ReturnType; export declare function addRule(...args: Parameters): ReturnType; export declare function getScreenshot(...args: Parameters): ReturnType; export declare function getSelectedElement(...args: Parameters): ReturnType; export declare function tabOpen(...args: Parameters): ReturnType; export declare function tabClose(...args: Parameters): ReturnType; export declare function tabList(..._args: Parameters): ReturnType; export declare function pageClick(...args: Parameters): ReturnType; export declare function pageType(...args: Parameters): ReturnType; export declare function pageScroll(...args: Parameters): ReturnType; export declare function pageHover(...args: Parameters): ReturnType; export declare function pageEval(...args: Parameters): ReturnType; export declare function pageSnapshot(...args: Parameters): ReturnType; export declare function pagePress(...args: Parameters): ReturnType; export declare function pageWait(...args: Parameters): ReturnType; export declare function pageNavigate(...args: Parameters): ReturnType; export declare function pageUpload(...args: Parameters): ReturnType; export declare function pageFrames(...args: Parameters): ReturnType; export declare function setDeviceEmulation(...args: Parameters): ReturnType; export declare function setTimezone(...args: Parameters): ReturnType; export declare function getUserInfo(...args: Parameters): ReturnType; export declare function pageAct(...args: Parameters): ReturnType; export declare function runActions(...args: Parameters): ReturnType;