import { FactType } from '../aop'; import { Dictionary } from '../base'; import { Server, Service } from './base'; export declare class ScheduledTaskServer extends Server { servicesList?: Dictionary>; }