import { ApiOperation } from '../../../../../core';
import { type PartiesAggregationParams as ListPartiesParams, type PartiesAggregationResponse as ListPartiesResponse } from './aggregate-parties';
export declare const ListPartiesParamsSchema: import("zod").ZodObject<{
    pageToken: import("zod").ZodOptional<import("zod").ZodString>;
}, import("zod/v4/core").$strip>;
export type { ListPartiesParams, ListPartiesResponse };
/** List all parties known to the participant and automatically paginate through all results. */
export declare class ListParties extends ApiOperation<ListPartiesParams, ListPartiesResponse> {
    execute(params: ListPartiesParams): Promise<ListPartiesResponse>;
}
//# sourceMappingURL=list.d.ts.map