import type { Application } from '../../../declarations'; import { StrategiesFollowService } from './follow.class'; import { strategiesFollowPath } from './follow.shared'; export * from './follow.class'; export * from './follow.schema'; export declare const strategiesFollow: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [strategiesFollowPath]: StrategiesFollowService; } }