import { GitHubTargetsParams } from "./GitHubTargetsParams";
/**
 * Basic editor params. Always ask for a repo.
 * Allow regex.
 */
export declare class AlwaysAskRepoParameters extends GitHubTargetsParams {
    owner: string;
    repo: string;
    sha: string;
}
//# sourceMappingURL=AlwaysAskRepoParameters.d.ts.map