export declare const validateRepoNames: (repositories: string[]) => boolean | void; export declare const validateEqualLengths: (names: string[], values: string[]) => boolean | void; export declare const validateSecrets: (secrets: string[]) => boolean | void;