export declare class TaskType { private static readonly _call; private static readonly _meeting; private static readonly _checkup; private static readonly _payment; private static readonly _types; readonly call: string; readonly meeting: string; readonly payment: string; readonly checkup: string; readonly all: string[]; }