export declare const MAX_SKILL_SOURCE_CHARS: number; export declare function normalizeSkillSource(raw: string): string; export declare function resolveContained(root: string, candidate: string, preResolvedRoot?: string): string | undefined;