import type { Application } from '../../../declarations'; import { StrategiesHyperoptService } from './hyperopt.class'; import { strategiesHyperoptPath } from './hyperopt.shared'; export * from './hyperopt.class'; export * from './hyperopt.schema'; export declare const hooks: any; export declare const strategiesHyperopt: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [strategiesHyperoptPath]: StrategiesHyperoptService; } }