import { ApiPromise } from '@polkadot/api';
import { AggregateStatementPathResult } from '../../types';
import { ProofType } from '../../config';
export declare function getAggregateStatementPath(api: ApiPromise, at: string, domainId: number, aggregationId: number, statement: string): Promise<AggregateStatementPathResult>;
export declare function getVkHash(api: ApiPromise, proofType: ProofType, vk: unknown): Promise<string>;
//# sourceMappingURL=index.d.ts.map