import type { Application, HookContext } from '../../declarations'; import { MarketplacesService } from './marketplaces.class'; import { marketplacesPath } from './marketplaces.shared'; export * from './marketplaces.class'; export declare const filterToSupportedExchanges: import("feathers-hooks-common").IffHook; export declare const marketplaces: (app: Application) => void; declare module '../../declarations' { interface ServiceTypes { [marketplacesPath]: MarketplacesService; } }