import { INote } from '@wix/quix-shared'; export declare const note: (id: string, notes: INote[]) => { type: string; note: import("@wix/quix-shared/entities/note").IBaseNote; };