import type { ContextAreaMapping, SourcePackProfile } from "./source-pack-types.js"; export declare function readSourcePackProfile(projectRoot: string, profileId?: string): Promise; export declare function parseContextAreas(projectRoot: string): Promise; export declare function mergePatterns(...groups: Array): string[]; export declare function validatePatternList(values: string[], label: string): string[]; export declare function matchesAny(relative: string, patterns: string[]): boolean; export declare function normalizeRepoPath(value: string, label: string): string;