import type { PrivateKey } from '@ipshipyard/crypto'; import type { AbortOptions } from 'abort-error'; /** * Decode legacy RSA key stored as encrypted PEM files */ export declare function privateKeyFromPEM(pem: string, cipher: any, options?: AbortOptions): Promise; //# sourceMappingURL=legacy.d.ts.map