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 InvalidPaymentInformationsError extends GenericError { } export declare class InvalidSubscriptionPlanError extends GenericError { } export declare class InvalidTrialPlanError 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; InvalidParameterError: typeof InvalidParameterError; UnauthorizedError: typeof UnauthorizedError; InvalidPaymentInformationsError: typeof InvalidPaymentInformationsError; InvalidSubscriptionPlanError: typeof InvalidSubscriptionPlanError; InvalidTrialPlanError: typeof InvalidTrialPlanError; NotFoundError: typeof NotFoundError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;