import { NormalizedClean } from '../types'; declare type Args = { value: Array; current?: NormalizedClean; }; declare function cleanProcessor({ value, current }: Args): NormalizedClean; export { cleanProcessor }; //# sourceMappingURL=clean-processor.d.ts.map