import { TypeRegistry } from "@smithy/core/schema";
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
export declare var SSOOIDCServiceException$: StaticErrorSchema;
export declare var AccessDeniedException$: StaticErrorSchema;
export declare var AuthorizationPendingException$: StaticErrorSchema;
export declare var ExpiredTokenException$: StaticErrorSchema;
export declare var InternalServerException$: StaticErrorSchema;
export declare var InvalidClientException$: StaticErrorSchema;
export declare var InvalidGrantException$: StaticErrorSchema;
export declare var InvalidRequestException$: StaticErrorSchema;
export declare var InvalidScopeException$: StaticErrorSchema;
export declare var SlowDownException$: StaticErrorSchema;
export declare var UnauthorizedClientException$: StaticErrorSchema;
export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
export declare const errorTypeRegistries: TypeRegistry[];
export declare var CreateTokenRequest$: StaticStructureSchema;
export declare var CreateTokenResponse$: StaticStructureSchema;
export declare var CreateToken$: StaticOperationSchema;
