/**
 * Shoonya Broker Plugin
 * Self-registering broker plugin for the unified broker library
 */
import { BrokerRegistry, BrokerPlugin } from '../../registry/BrokerRegistry';
import { ShoonyaServiceAdapter } from './ShoonyaServiceAdapter';
export declare function registerShoonyaPlugin(registry: BrokerRegistry): void;
declare const _default: {
    register: typeof registerShoonyaPlugin;
    plugin: BrokerPlugin;
    createInstance: () => ShoonyaServiceAdapter;
};
export default _default;
export { ShoonyaServiceAdapter };
export * from './types';
export * from './helpers';
//# sourceMappingURL=index.d.ts.map