export declare class HostedAuthenticationError extends Error { constructor(); } export declare class HostedAuthorizationError extends Error { constructor(); } export declare class HostedTransportUncertainError extends Error { readonly executionRetryAuthorized = false; constructor(); }