export declare const Roles: string[]; export type RoleTypes = (typeof Roles)[number]; export declare const CurrentAssets: string[]; export declare const AnnualGrossRevenue: string[]; export declare const TimeInBusiness: string[]; export declare const LeadType: string[]; export declare const TypeOfEquipment: string[]; export declare const AssetClass: string[]; export declare const PurposeOfLoan: string[]; export declare const Purposes: { value: string; text: string; }[]; export declare const LoanPurposes: { value: string; text: string; }[]; export declare const LoanTypeDetails: { value: string; text: string; }[]; export declare const RepresentativesFico: { value: string; text: string; }[]; export declare const CreditScore: { value: string; text: string; }[]; export declare const DocType: { value: string; text: string; }[]; export declare const Citizenship: { value: string; text: string; }[]; export declare const MortgageLates12: { value: string; text: string; }[]; export declare const MortgageLates24: { value: string; text: string; }[]; export declare const HousingEventType: { value: string; text: string; }[]; export declare const HousingEventHistory: { value: string; text: string; }[]; export declare const BankruptcyType: { value: string; text: string; }[]; export declare const BankruptcySeasoning: { value: string; text: string; }[]; export declare const PropertyType: { value: string; text: string; }[]; export declare const PropertyIntendedUse: { value: string; text: string; }[]; export declare const Occupancy: { value: string; text: string; }[]; export declare const NumberOfUnits: { value: string; text: string; }[]; export declare const PrepaymentPenalty: ({ value: string; text: string; default: boolean; } | { value: string; text: string; default?: undefined; })[]; export declare const BrokerConpensation: { value: string; text: string; }[]; export declare const Program: { value: string; text: string; }[]; export declare const Fico: { value: string; text: string; }[]; export declare const BuydownRate: { value: number; text: string; }[]; export declare const BuydownTerm: { value: number; text: string; }[]; type RateMap = Map; type FicoMap = Map; type LoanRatesMap = Map; export declare const LoanRates: LoanRatesMap; export {};