import type { SelectorGitCommandRunner } from './selector-git-command-runner.js'; export interface SelectorInputs { readonly reportDirectory: string; readonly reportNames: readonly string[]; readonly changedPaths: readonly string[]; } export declare class SelectorInputReader { private readonly commandRunner; constructor(commandRunner: SelectorGitCommandRunner); readInputs(reportDirectory: string, requestedNames: readonly string[], cwd: string, signal: AbortSignal | undefined): Promise; private readChangedPaths; private listGitPaths; } //# sourceMappingURL=selector-input-reader.d.ts.map