import { BbsDeriveProofRequest } from '../../types'; export declare const proofGen: (request: BbsDeriveProofRequest) => Promise;