/// /** * Calls $setPristine() on a form and all its parent forms. */ export declare function recursivelySetPristine(form: ng.IFormController): void;