import { NoteData } from './../models';
export declare const saveMdFile: (noteContent: string, note: NoteData) => void;
