export declare const transformWalk: (target: any, transform: (arg: any) => any) => T | undefined;