import { b as ValueSources, k as OptionList, y as FullField } from "./index-D5TXNIzF.js"; //#region src/types/import.d.ts /** * Options common to all parsers. */ interface ParserCommonOptions { fields?: OptionList | Record; getValueSources?: (field: string, operator: string) => ValueSources; listsAsArrays?: boolean; /** * When true, the generated query will use independent combinators ({@link RuleGroupTypeIC}). */ independentCombinators?: boolean; /** * When true, a unique `id` will be generated for each rule and group in the query. */ generateIDs?: boolean; /** * Generates a `bigint` value if the string represents a valid integer * outside the safe boundaries of the `number` type. */ bigIntOnOverflow?: boolean; } //#endregion export { ParserCommonOptions as t }; //# sourceMappingURL=import-yRVJh7E1.d.ts.map