import { Driver, RequestType } from "../types/general.type"; export declare class UrlService { private readonly ApiUrls; private readonly GatewayUrls; getRequestUrl(driver: Driver, sandbox: boolean, type: RequestType): string; getGatewayUrl(driver: Driver, sandbox: boolean, authority: string | number): string; }