export declare class Task { id: number; city: string; country: string; order: number; address: string; taskType: 'u' | 'l'; constructor(id: number, city: string, country: string, order: number, address: string, taskType: 'u' | 'l'); } //# sourceMappingURL=task.d.ts.map