export declare function walkRasterFiles(dir: string): AsyncGenerator; export declare function walkCodeFiles(dir: string): AsyncGenerator; export declare function collectRasterFiles(roots: string[]): Promise;