import type { IndyVdrPool } from '../pool'; import type { AgentContext, Key } from '@aries-framework/core'; import type { IndyVdrRequest } from '@hyperledger/indy-vdr-shared'; export declare function multiSignRequest(agentContext: AgentContext, request: Request, signingKey: Key, identifier: string): Promise; export declare function signRequest(agentContext: AgentContext, pool: IndyVdrPool, request: Request, submitterDid: string): Promise;