import { WorkflowCycleTimeColumn } from '../../types/index.js';
import { BaseClientModuleImpl } from './base-client.js';
export declare class WorkflowClient extends BaseClientModuleImpl {
    /**
     * Get workflow's cycle time columns
     */
    getWorkflowCycleTimeColumns(boardId: number, workflowId: number): Promise<WorkflowCycleTimeColumn[]>;
    /**
     * Get workflow's effective cycle time columns
     */
    getWorkflowEffectiveCycleTimeColumns(boardId: number, workflowId: number): Promise<WorkflowCycleTimeColumn[]>;
}
//# sourceMappingURL=workflow-client.d.ts.map