/** * Recursively discover all `.prd` files under the given root directory. * Returns absolute file paths, sorted alphabetically for deterministic ordering. */ export declare function discoverFiles(root: string, maxDepth?: number): string[]; //# sourceMappingURL=discovery.d.ts.map