import { z } from "zod"; import type { FunctionOptions } from "../../../types/functions"; import { TriggerInboxItemSchema, type TriggerInboxItem } from "../../../schemas/TriggerInbox"; export declare const UpdateTriggerInboxSchema: z.ZodObject<{ inbox: z.ZodString & { _def: z.core.$ZodStringDef & import("../../..").PositionalMetadata; }; notificationUrl: z.ZodOptional>; }, z.core.$strip>; export type UpdateTriggerInboxOptions = z.infer & FunctionOptions; export interface UpdateTriggerInboxResult { data: TriggerInboxItem; } export { TriggerInboxItemSchema }; //# sourceMappingURL=schemas.d.ts.map