import { CSR } from '../../api/cloud/EnvCSRsApi';
export declare function getPrivateKey(): string;
export declare function getPublicKey(): string;
export declare function createSelfSignedCertificate(csr: CSR): string;
export declare function issueSelfSignedCertificate(csrpem: string): string;
/**
 * Prints an error message from an error object and an optional custom message
 *
 * @param error error object
 */
export declare function printError(error: Error, message?: string): void;
//# sourceMappingURL=TestUtils.d.ts.map