export declare const workFlowActions: any[]; export declare const executionTime: { text: string; value: string; }[]; export declare class FormMethodConfig { constructor(); id: string; formFormatConfigId: string; workFlowAction: string; method: string; executionTime: string; sortOrder: number; methodParameters: Array; }