export declare class FormMetadata { private formJsonObject; type: string; key: string; title: string; screenMode: string; postUrl: string; updateUrl: string; controls: Array; [key: string]: any; constructor(formJsonObject: any); private getProperty(keyName); }