export declare function getScopes({statusCode}?: { statusCode?: number; }): any; export declare function postScopesStart({browserId, startTime, statusCode, tabId, top, transactionRequestId, transactionTabId, transactionTime, url}?: { browserId?: string; startTime?: number; statusCode?: number; tabId?: string; top?: boolean; transactionRequestId?: string; transactionTabId?: string; transactionTime?: number; url?: string; }): any; export declare function putScopesEnd({endTime, statusCode, scopeId}?: { endTime?: number; statusCode?: number; scopeId?: string; }): Promise; export declare function getScopeById({statusCode, scopeId}?: { statusCode?: number; scopeId?: string; }): Promise;