/** * Injects maintenance service instance initiated to the service. */ declare function InjectMaintenanceService(): (target: object, key: string | symbol, index?: number) => void; export { InjectMaintenanceService };