import { TodoService } from '../services/todo.service'; export declare class TodoController { private readonly todoService; constructor(todoService: TodoService); createTodo(tenantId: string, dto: any): Promise; listTodos(tenantId: string): Promise; completeTodo(tenantId: string, id: string): Promise; } //# sourceMappingURL=todo.controller.d.ts.map