interface BranchValidationLabels { branchLabel: string; invalidBranchLabel: string; } export declare function assertValidTaskContextBranchName(branch: string, labels: BranchValidationLabels): void; export declare function isValidTaskContextBranchName(branch: string): boolean; export declare function assertValidTaskContextPrNumber(prNumber: number, label: string): void; export declare function isValidTaskContextPrNumber(prNumber: number): boolean; export {}; //# sourceMappingURL=taskContextValidation.d.ts.map