import { SDKError } from "@smash-sdk/core";
export declare class InvalidParameterError extends SDKError {
}
export declare class PasswordRevokedError extends SDKError {
}
export declare class IdentityDisabledError extends SDKError {
}
export declare class NotAllowedError extends SDKError {
}
export declare class InvalidRefreshTokenError extends SDKError {
}
export declare class NotFoundError extends SDKError {
}
export declare class InternalServerError extends SDKError {
}
export declare class BadGatewayError extends SDKError {
}
export declare class GatewayTimeoutError extends SDKError {
}
declare const _default: {
    InvalidParameterError: typeof InvalidParameterError;
    PasswordRevokedError: typeof PasswordRevokedError;
    IdentityDisabledError: typeof IdentityDisabledError;
    NotAllowedError: typeof NotAllowedError;
    InvalidRefreshTokenError: typeof InvalidRefreshTokenError;
    NotFoundError: typeof NotFoundError;
    InternalServerError: typeof InternalServerError;
    BadGatewayError: typeof BadGatewayError;
    GatewayTimeoutError: typeof GatewayTimeoutError;
};
export default _default;
