import * as v from "valibot"; export type CustomBlockErrorInfo = { code: TCode; message: string; isRetryable: boolean; }; export declare const customBlockErrorInfoSchema: v.ObjectSchema<{ readonly code: v.StringSchema; readonly message: v.StringSchema; readonly isRetryable: v.BooleanSchema; }, undefined>; //# sourceMappingURL=errors.d.ts.map