import { z } from 'zod'; export declare const queueSchema: z.ZodArray, z.ZodObject<{ time: z.ZodOptional; data: z.ZodUnion<[z.ZodFunction, z.ZodUnknown>, z.ZodAny]>; }, "strict", z.ZodTypeAny, { data?: any; time?: number | undefined; }, { data?: any; time?: number | undefined; }>>, z.ZodObject<{ time: z.ZodOptional; file: z.ZodString; }, "strict", z.ZodTypeAny, { file: string; time?: number | undefined; }, { file: string; time?: number | undefined; }>]>, "many">;