export declare enum Pathname { CreateTask = "/api/task/create", UpdateTask = "/api/task/update", GetTaskInfo = "/api/task/info" }