/** * Form Definition for SharePoint fomrs */ export declare class TemplateVariable { Name: string; JsonPath: string; }