import type { URL as URLType } from 'node:url'; import type WebDriverRequest from './index.js'; export default class RequestFactory { static getInstance(method: string, endpoint: string, body?: Record, isHubCommand?: boolean): Promise; } export declare class URLFactory { static getInstance(uri: string): Promise; } //# sourceMappingURL=factory.d.ts.map