import { PublicKeyFromSecretKeyParams } from '../types/MPC'; export declare function publicKeyFromSecretKey({ secret, curve }: PublicKeyFromSecretKeyParams): Promise;