import { Cn as OptionList, Et as ValueSources, lt as FullField } from "./index-DOIE2pwx.mjs"; //#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-BdKPtLzo.d.mts.map