export namespace spki { export { encode }; export { decode }; } /** * @param {Uint8Array} key */ declare function encode(key: Uint8Array): Uint8Array; /** * @param {Uint8Array} info */ declare function decode(info: Uint8Array): Uint8Array; export {}; //# sourceMappingURL=spki.d.ts.map