import { z } from 'zod'; /** * Zod schema for the TeamsTokenWebhook model. * Defines the structure and validation rules for this data type. * This is the shape used in application code - what developers interact with. */ export declare const teamsTokenWebhook: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>>; /** * * @typedef {TeamsTokenWebhook} teamsTokenWebhook * @property {string} */ export type TeamsTokenWebhook = z.infer; /** * Zod schema for mapping API responses to the TeamsTokenWebhook application shape. * Handles any property name transformations from the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const teamsTokenWebhookResponse: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>, { url: string | undefined; }, { url?: string | undefined; }>>; /** * Zod schema for mapping the TeamsTokenWebhook application shape to API requests. * Handles any property name transformations required by the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const teamsTokenWebhookRequest: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>, { url: string | undefined; }, { url?: string | undefined; }>>; //# sourceMappingURL=teams-token-webhook.d.ts.map