export declare const compressNistP256Pubkey: (pubkeyBytes: Uint8Array) => Uint8Array; export declare const decompressNistP256Pubkey: (compressed: Uint8Array) => Uint8Array;