import { FallbackParams } from "./FallbackParams";
import { GitHubTargetsParams } from "./GitHubTargetsParams";
/**
 * Resolve from a Mapped parameter or from a supplied repos regex if no repo mapping
 */
export declare class GitHubFallbackReposParameters extends GitHubTargetsParams implements FallbackParams {
    owner: string;
    repo: string;
    sha: string;
    repos: string;
}
//# sourceMappingURL=GitHubFallbackReposParameters.d.ts.map