export declare const exportPublicKeyInPemFormatBrowser: (key: CryptoKeyPair) => Promise; export declare const rawSignatureToAns1: (rawSignature: Uint8Array) => Uint8Array;