/// import { INote } from '@wix/quix-shared'; export declare function setError(scope: ng.IScope, error: any): void; export declare function setNote(scope: ng.IScope, note: INote): void;