import type { Application } from '../../../declarations'; import { StrategiesGenerateService } from './generate.class'; import { strategiesGeneratePath } from './generate.shared'; export * from './generate.class'; export * from './generate.schema'; export declare const strategiesGenerate: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [strategiesGeneratePath]: StrategiesGenerateService; } }