/** Bounded, deterministic source walk that avoids generated dependency trees. */ export declare function walk(root: string, keep: (relativePath: string) => boolean, maxFiles?: number): Promise;