import { CreateApiKeyParams, SignKey } from '../types/MPC'; export declare function createAPIKey({ curve, secret, generateProofFn }: CreateApiKeyParams): Promise;