import { SDKError } from "@smash-sdk/core"; export declare class GenericError extends SDKError { } export declare class UnauthorizedError extends GenericError { } export declare class InvalidPaymentInformationsError extends GenericError { } export declare class InvalidSubscriptionError extends GenericError { } export declare class NoPaymentRequiredError extends GenericError { } export declare class NotFoundError 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; UnauthorizedError: typeof UnauthorizedError; InvalidPaymentInformationsError: typeof InvalidPaymentInformationsError; InvalidSubscriptionError: typeof InvalidSubscriptionError; NoPaymentRequiredError: typeof NoPaymentRequiredError; NotFoundError: typeof NotFoundError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;