import type { LTWorkflowConfig } from '../../types'; export declare function getWorkflowConfig(workflowType: string): Promise; export declare function listWorkflowConfigs(): Promise;