export declare function canonicalRepoPath(repoRoot: string, path: string): string; export declare function isInScope(file: string, includePaths: readonly string[]): boolean; export declare function canonicalScopePath(repoRoot: string, path: string): Promise; export declare function assertWorkflowCommandData(value: string, label: string): void;