import type { Application } from '../../../../declarations'; import { ModelsSignalsHistoryService } from './history.class'; import { modelsSignalsHistoryPath } from './history.shared'; export * from './history.class'; export * from './history.schema'; export declare const modelsSignalsHistory: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [modelsSignalsHistoryPath]: ModelsSignalsHistoryService; } }