export default function walk(root: any, filter: any, options: any, callback: any): Promise<unknown>;
