import { Schema } from "effect"; declare const SubscriptionNotSupportedError_base: Schema.TaggedErrorClass; } & { chainId: typeof Schema.Number; message: typeof Schema.String; subscriptionType: typeof Schema.String; }>; export declare class SubscriptionNotSupportedError extends SubscriptionNotSupportedError_base { } declare const SubscriptionDroppedError_base: Schema.TaggedErrorClass; } & { chainId: typeof Schema.Number; message: typeof Schema.String; subscriptionType: typeof Schema.String; }>; export declare class SubscriptionDroppedError extends SubscriptionDroppedError_base { } export {}; //# sourceMappingURL=errors.d.ts.map