export declare const getUserTasks: (params: Record<string, any>) => Promise<any[]>;
