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