import { EvernoteNoteData, NoteData } from './../models';
export declare const saveHtmlFile: (noteData: NoteData, note: EvernoteNoteData) => void;
