import type { Curve } from './index.ts';
import type { ECDHKey } from '../interface.js';
export declare function generateEphemeralKeyPair(curve: Curve): Promise<ECDHKey>;
//# sourceMappingURL=index.browser.d.ts.map