import * as z from "zod"; export type ErrorT = { message: string; }; export declare const ErrorT$zodSchema: z.ZodType; export type ApiError = { error: ErrorT; }; export declare const ApiError$zodSchema: z.ZodType; //# sourceMappingURL=apierror.d.ts.map