import * as Schema from "effect/Schema";
declare const JsonmessageJSONError_base: Schema.Class<JsonmessageJSONError, Schema.Struct<{
    readonly code: Schema.optional<Schema.decodeTo<Schema.BigInt, Schema.String, never, never>>;
    readonly message: Schema.optional<Schema.String>;
}>, {}>;
export declare class JsonmessageJSONError extends JsonmessageJSONError_base {
}
export {};
//# sourceMappingURL=JsonmessageJSONError.generated.d.ts.map