export declare const generateKey: () => Promise; export declare const sign: (challenge: BufferSource, privateKey: CryptoKey) => Promise;