import { KeyPairType } from './key-pair-type';
export declare class SourceControlGenerateKeyPair {
    readonly keyGeneratorType?: KeyPairType;
}
