export declare function collectIncludePathsRecursive(params: {
    configPath: string;
    parsed: unknown;
}): Promise<string[]>;
