export declare class NoteRequest { id: string; notes: Note[]; } export declare class Note { note: string; export: boolean; }