export type GoodTaskView = 1 | 2 | 3 | 4 | 11 | 12 | 13 | 14; export type GoodTaskSwitch = 0 | 1; export type GoodTaskPriority = 0 | 1 | 2 | 3; export declare function goodTaskUrl(action: string, params?: Record, xCallback?: boolean): string;