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