import { Schema } from "effect"; declare const EventDecodeError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; log: typeof Schema.Unknown; message: typeof Schema.String; }>; export declare class EventDecodeError extends EventDecodeError_base { } declare const EventWatchError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class EventWatchError extends EventWatchError_base { } export {}; //# sourceMappingURL=event.d.ts.map