import * as z from 'zod'; declare const QueryIntakeFormsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; name: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; archived: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; _createdDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; _updatedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$catchall>; }, z.core.$strip>; declare const QueryIntakeFormsResponse: z.ZodObject<{ intakeForms: z.ZodOptional>; expirationPeriodInMonths: z.ZodNullable>; archived: z.ZodNullable>; name: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodNullable>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateIntakeFormExpirationPeriodRequest: z.ZodObject<{ intakeFormId: z.ZodString; options: z.ZodObject<{ expirationPeriodInMonths: z.ZodNullable>; formRevision: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateIntakeFormExpirationPeriodResponse: z.ZodObject<{ intakeForm: z.ZodOptional>; expirationPeriodInMonths: z.ZodNullable>; archived: z.ZodNullable>; name: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const CreateCustomerSubmissionLinkRequest: z.ZodObject<{ intakeFormId: z.ZodString; }, z.core.$strip>; declare const CreateCustomerSubmissionLinkResponse: z.ZodObject<{ intakeFormUrl: z.ZodNullable>; }, z.core.$strip>; declare const DeleteIntakeFormRequest: z.ZodObject<{ intakeFormId: z.ZodString; }, z.core.$strip>; declare const DeleteIntakeFormResponse: z.ZodObject<{}, z.core.$strip>; declare const ArchiveIntakeFormRequest: z.ZodObject<{ intakeFormId: z.ZodString; formRevision: z.ZodString; }, z.core.$strip>; declare const ArchiveIntakeFormResponse: z.ZodObject<{ intakeForm: z.ZodOptional>; expirationPeriodInMonths: z.ZodNullable>; archived: z.ZodNullable>; name: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UnarchiveIntakeFormRequest: z.ZodObject<{ intakeFormId: z.ZodString; formRevision: z.ZodString; }, z.core.$strip>; declare const UnarchiveIntakeFormResponse: z.ZodObject<{ intakeForm: z.ZodOptional>; expirationPeriodInMonths: z.ZodNullable>; archived: z.ZodNullable>; name: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { ArchiveIntakeFormRequest, ArchiveIntakeFormResponse, CreateCustomerSubmissionLinkRequest, CreateCustomerSubmissionLinkResponse, DeleteIntakeFormRequest, DeleteIntakeFormResponse, QueryIntakeFormsRequest, QueryIntakeFormsResponse, UnarchiveIntakeFormRequest, UnarchiveIntakeFormResponse, UpdateIntakeFormExpirationPeriodRequest, UpdateIntakeFormExpirationPeriodResponse };