import { SDKError } from "@smash-sdk/core"; export declare class GenericError extends SDKError { } export declare class InvalidParameterError extends GenericError { } export declare class UnauthorizedError extends GenericError { } export declare class InternalServerError extends GenericError { } export declare class BadGatewayError extends GenericError { } export declare class GatewayTimeoutError extends GenericError { } declare const _default: { GenericError: typeof GenericError; InvalidParameterError: typeof InvalidParameterError; UnauthorizedError: typeof UnauthorizedError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;