import { TanaIntermediateFile } from "./tana/types";
import { EvernoteNoteData } from "./../models";
export declare const saveTanaFile: (tanaNote: TanaIntermediateFile, note: EvernoteNoteData) => void;
