import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class AlternativeAccountAccreditation extends ClientSDK { /** * Get Account Accreditation * * @remarks * Gets the accreditation properties for the specified account. */ getAccountAccreditation(accountId: string, options?: RequestOptions): Promise; /** * Set Account Accreditation * * @remarks * Sets the accreditation type for an account. Accounts must be accredited to participate in alternative investment orders. */ setAccountAccreditationType(setAccountAccreditationTypeRequestCreate: components.SetAccountAccreditationTypeRequestCreate, accountId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=alternativeaccountaccreditation.d.ts.map