import { z } from "zod"; export declare const OppStatusOptionsEnum: z.ZodEnum<{ custom: "custom"; forecasted: "forecasted"; open: "open"; closed: "closed"; }>; export declare const OppStatusSchema: z.ZodObject<{ value: z.ZodEnum<{ custom: "custom"; forecasted: "forecasted"; open: "open"; closed: "closed"; }>; customValue: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; export declare const ApplicantTypeOptionsEnum: z.ZodEnum<{ custom: "custom"; individual: "individual"; organization: "organization"; government_state: "government_state"; government_county: "government_county"; government_municipal: "government_municipal"; government_special_district: "government_special_district"; government_tribal: "government_tribal"; organization_tribal_other: "organization_tribal_other"; school_district_independent: "school_district_independent"; higher_education_public: "higher_education_public"; higher_education_private: "higher_education_private"; non_profit_with_501c3: "non_profit_with_501c3"; nonprofit_without_501c3: "nonprofit_without_501c3"; for_profit_small_business: "for_profit_small_business"; for_profit_not_small_business: "for_profit_not_small_business"; unrestricted: "unrestricted"; }>; export declare const ApplicantTypeSchema: z.ZodObject<{ value: z.ZodEnum<{ custom: "custom"; individual: "individual"; organization: "organization"; government_state: "government_state"; government_county: "government_county"; government_municipal: "government_municipal"; government_special_district: "government_special_district"; government_tribal: "government_tribal"; organization_tribal_other: "organization_tribal_other"; school_district_independent: "school_district_independent"; higher_education_public: "higher_education_public"; higher_education_private: "higher_education_private"; non_profit_with_501c3: "non_profit_with_501c3"; nonprofit_without_501c3: "nonprofit_without_501c3"; for_profit_small_business: "for_profit_small_business"; for_profit_not_small_business: "for_profit_not_small_business"; unrestricted: "unrestricted"; }>; customValue: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strict>; export declare const OppFundingSchema: z.ZodObject<{ details: z.ZodOptional>; totalAmountAvailable: z.ZodOptional>>; minAwardAmount: z.ZodOptional>>; maxAwardAmount: z.ZodOptional>>; minAwardCount: z.ZodOptional>; maxAwardCount: z.ZodOptional>; estimatedAwardCount: z.ZodOptional>; }, z.core.$strict>; export declare const OppTimelineSchema: z.ZodObject<{ postDate: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>; closeDate: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>; otherDates: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>>; }, z.core.$strict>; export declare const OpportunityBaseSchema: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; status: z.ZodObject<{ value: z.ZodEnum<{ custom: "custom"; forecasted: "forecasted"; open: "open"; closed: "closed"; }>; customValue: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; description: z.ZodString; funding: z.ZodOptional>; totalAmountAvailable: z.ZodOptional>>; minAwardAmount: z.ZodOptional>>; maxAwardAmount: z.ZodOptional>>; minAwardCount: z.ZodOptional>; maxAwardCount: z.ZodOptional>; estimatedAwardCount: z.ZodOptional>; }, z.core.$strict>>>; keyDates: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>; closeDate: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>; otherDates: z.ZodOptional>; eventType: z.ZodLiteral<"singleDate">; date: z.ZodPreprocess>>; time: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; eventType: z.ZodLiteral<"dateRange">; startDate: z.ZodPreprocess>>; startTime: z.ZodOptional>>; endDate: z.ZodPreprocess>>; endTime: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; eventType: z.ZodLiteral<"other">; details: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>], "eventType">>>>; }, z.core.$strict>>>; acceptedApplicantTypes: z.ZodOptional; customValue: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strict>>>>; source: z.ZodOptional>; customFields: z.ZodOptional; schema: z.ZodOptional>; value: z.ZodUnknown; description: z.ZodOptional>; }, z.core.$strip>>>>; createdAt: z.ZodPreprocess>>; lastModifiedAt: z.ZodPreprocess>>; }, z.core.$strip>; export declare const OppSortByEnum: z.ZodEnum<{ custom: "custom"; createdAt: "createdAt"; lastModifiedAt: "lastModifiedAt"; title: "title"; "status.value": "status.value"; "keyDates.closeDate": "keyDates.closeDate"; "funding.maxAwardAmount": "funding.maxAwardAmount"; "funding.minAwardAmount": "funding.minAwardAmount"; "funding.totalAmountAvailable": "funding.totalAmountAvailable"; "funding.estimatedAwardCount": "funding.estimatedAwardCount"; }>; export declare const OppSortingSchema: z.ZodObject<{ sortBy: z.ZodEnum<{ custom: "custom"; createdAt: "createdAt"; lastModifiedAt: "lastModifiedAt"; title: "title"; "status.value": "status.value"; "keyDates.closeDate": "keyDates.closeDate"; "funding.maxAwardAmount": "funding.maxAwardAmount"; "funding.minAwardAmount": "funding.minAwardAmount"; "funding.totalAmountAvailable": "funding.totalAmountAvailable"; "funding.estimatedAwardCount": "funding.estimatedAwardCount"; }>; customSortBy: z.ZodOptional>; sortOrder: z.ZodOptional>>; }, z.core.$strip>; export declare const OppDefaultFiltersSchema: z.ZodObject<{ status: z.ZodOptional; value: z.ZodArray; }, z.core.$strip>>>; closeDateRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodUnion; max: z.ZodUnion; }, z.core.$strip>; }, z.core.$strip>>>; totalFundingAvailableRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; minAwardAmountRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; maxAwardAmountRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const OppFiltersSchema: z.ZodObject<{ status: z.ZodOptional; value: z.ZodArray; }, z.core.$strip>>>; closeDateRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodUnion; max: z.ZodUnion; }, z.core.$strip>; }, z.core.$strip>>>; totalFundingAvailableRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; minAwardAmountRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; maxAwardAmountRange: z.ZodOptional; value: z.ZodObject<{ min: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; max: z.ZodObject<{ amount: z.ZodString; currency: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>>; customFilters: z.ZodOptional; value: z.ZodUnknown; }, z.core.$strip>>>>; }, z.core.$strip>; //# sourceMappingURL=models.d.ts.map