import * as z from "zod/v4-mini"; export type MemoryScheduleCreateRequest = { agentWallets: Array; }; /** @internal */ export type MemoryScheduleCreateRequest$Outbound = { agentWallets: Array; }; /** @internal */ export declare const MemoryScheduleCreateRequest$outboundSchema: z.ZodMiniType; export declare function memoryScheduleCreateRequestToJSON(memoryScheduleCreateRequest: MemoryScheduleCreateRequest): string; //# sourceMappingURL=memory-schedule-create-request.d.ts.map