import type { AllowNullish } from './private-types'; import type { DeclarativeFindUnit, ExponentFindItems, MultiplierFindItems } from './types'; export declare function createFindTable(find: AllowNullish, defaultItems: ExponentFindItems, validateItems: (items: ExponentFindItems) => ExponentFindItems): MultiplierFindItems; //# sourceMappingURL=find-table.d.ts.map