export declare const walk: (value: unknown, callback: (value: unknown) => void) => void;