declare type KeyType = 'public' | 'private'; export default function _getPemContentOnly(pemContent: string, keyType: KeyType): string; export {};