export declare const getKeyPairFromPrivateKeyJwk: (privateKeyJwk: any) => { publicKey: any; privateKey: Uint8Array; };