export declare function getWorkflowDetailPath(id: string | number): string;
export declare function getWorkflowExecutionsPath(id: string | number): string;
export declare const WorkflowApprovalLink: () => import("react/jsx-runtime").JSX.Element;
export declare const ExecutionApprovalLink: () => import("react/jsx-runtime").JSX.Element;
