export interface AdditionalAccountResponse {
    topic: string;
    id: string;
    accountIds: string[];
    network: string;
}
//# sourceMappingURL=additional-account-response.d.ts.map