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