/// <reference types="node" />
export declare function genKeysAndCert(crypto: Crypto, opts: {
    algorithm: any;
    keyStr: Buffer | string;
    password: string;
}): any;
