import type { FieldSource } from "@x12i/catalox-contracts/field-source.js"; import type { ResolvedSourceOption } from "@x12i/catalox-contracts/render-map.js"; export declare function isDollarPath(v: string): boolean; export declare function resolveFilterBy(filterBy: Record | undefined, currentItemData: Record | undefined, readPath: (obj: unknown, path: string) => unknown): Record; export declare function optionsFromStaticSource(source: Extract): ResolvedSourceOption[]; export declare function optionsFromCatalogItems(params: { items: Array<{ data: Record; }>; valueField: string; labelField: string; readPath: (obj: unknown, path: string) => unknown; }): ResolvedSourceOption[]; //# sourceMappingURL=field-source-resolution.d.ts.map