export declare const traversalObj: >(condition: (o: T | T[]) => boolean, cb: (o: T, p: (T | T[])[]) => void, obj: T | T[], deep?: boolean) => void;