/// declare module fb { interface IFbFormService { functions: { preCompile(element: fb.IRootElementService, attrs: any); postCompile(element: fb.IRootElementService, attrs: any); preLink(scope: fb.IFbFormCommonScope, element: ng.IAugmentedJQuery, attrs: any); postLink(scope: fb.IFbFormCommonScope, element: ng.IAugmentedJQuery, attrs: any); }; getScopeObject(directiveExclusiveScope: any): any; } }