export declare class GatewayFetchUserError extends Error { constructor(message: string); } export declare class GatewayFetchBlockedError extends GatewayFetchUserError { readonly host?: string; constructor(message: string, host?: string); } export declare class GatewayFetchSystemError extends Error { constructor(message: string); } //# sourceMappingURL=fetch-errors.d.ts.map