import * as IShared from '../../../shared/interface'; export declare const Route = "recurrent_tasks"; export declare const UpperName = "RecurrentTasks"; export declare const LowerName: string; export interface IRepository { from_master(): Promise; from_master_checked(): Promise; } export type IController = IShared.IEntityWithUserToken;