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