export declare class FormMethod { id: string; method: string; methodName: string; description: string; sortOrder: number; formFormatId: string; methodParameters: Array; }