/**
 * Get the DSO party ID
 *
 * @example
 *   ```typescript
 *   const dsoParty = await client.getDsoPartyId();
 *
 *   ```;
 */
export declare const GetDsoPartyId: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
    dso_party_id: string;
}>;
//# sourceMappingURL=get-dso-party-id.d.ts.map