declare function importECDHES(pem: string): Promise; declare function importRSAOAEP(pem: string): Promise; declare function importHS256(key: string): Promise; declare function importAESKW(key: string): Promise; export { importECDHES, importRSAOAEP, importHS256, importAESKW };