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