export interface NavigationConfig { id?: number; name?: string; title?: string; url?: string; query?: Record; } export declare const gotoTaskTrace: (workflowId: string) => void;