import { ComputePresigParams, Presignature } from '../types/MPC'; export declare function computePresig(params: ComputePresigParams): Promise;