import { GatewayUrl } from "../GatewayUrl"; export declare class RouterUnauthorizedError extends Error { gatewayUrl: GatewayUrl; src?: unknown; protected errorCode: string; constructor(message: string, gatewayUrl: GatewayUrl, src?: unknown); } //# sourceMappingURL=RouterUnauthorizedError.d.ts.map