export declare function walk(dir: string): AsyncGenerator<string>;
export declare function findInWindowsKits(exename: string): Promise<string>;
