import { jwk } from '../type'; declare class KeyConvertUtils { static cose2jwk(cose: Map): jwk; static cose2pem(cose: Map): Promise; } export default KeyConvertUtils;