import { ExchangeInvalidTopicParamsError } from '../../errors/index.js';
import { ITopicParams, TExchangeTopicTransferable } from '../../types/exchange.js';
export declare function _getExchangeTopicTransferable(topic: string | ITopicParams): TExchangeTopicTransferable | ExchangeInvalidTopicParamsError;
//# sourceMappingURL=_get-exchange-topic-transferable.d.ts.map