import { AsyncApiBinding, BindingInterface } from '../../types/asyncapi.js';
export declare const getBindingsData: (bindings: BindingInterface[]) => AsyncApiBinding[];
