export declare const fakerOptions = "Here are some of the fakerOptions available for some of the faker types:\nhelpers.enumValue: { : , ... }\nhelpers.arrayElements: { array: [, ...], { count: | { min: , max: } }\nhelpers.fromRegExp: ''\nairline.flightNumber: { addLeadingZeros: , length: | { min: , max: } }\nairline.recordLocator: { allowNumeric: , allowVisuallySimilarCharacters: }\nairline.seat: { aircraftType: 'narrowbody' | 'regional' | 'widebody' }\ncommerce.isbn: { separator?: , variant: 10 | 13 } \ncommerce.price: { dec?: , max?: , min?: }\ndatatype.boolean: { probability?: }\ndate.anytime: { refDate?: | | }\ndate.between: { from: | | , to: | | }\ndate.betweens: { from: | | , to: | | , count: | { min: , max: } }\ndate.birthdate: { refDate?: | | , min: , max: , mode: 'age' | 'year' }\ndate.future, date.past: { refDate?: | | , years?: }\ndate.month, date.weekday: { abbreviated?: , context?: }\ndate.recent, date.soon: { refDate?: | | , days?: }\nfinance.accountNumber: { optionsOrLength?: | { length: } }\nfinance.amount: { autoFormat?: , dec?: , max?: , min?: }\nfinance.bic: { includeBranchCode?: }\nfinance.bitcoinAddress: { network?: 'mainnet' | 'testnet', type?: 'legacy' | 'segwit' | 'bech32' | 'taproot' }\nfinance.creditCardNumber: { issuer?: }\nfinance.iban: { formatted?: , countryCode?: }\nfinance.maskedNumber: { ellipsis?: , length?: , parens?: }\nfinance.pin: { length?: }\nnumber.int: { max: 100000, min: 1 }\nnumber.float: { max: 100000, min: 1 }\nphone.number: { style?: 'international' | 'national' | 'human' }\nstring.alpha, string.alphaNumeric: { casing?: 'lower' | 'upper' | 'mixed', length?: , exclude?: | [] }\nstring.binary: { length?: , prefix?: }\nstring.fromCharacters: { characters: | [], length: | { min: , max: } }\nstring.hexadecimal: { length?: , prefix?: , casing?: 'lower' | 'upper' | 'mixed' }\n\n"; //# sourceMappingURL=fake-options.d.ts.map