export declare const checkOutputDirPath: (outputPath: string) => void;
export declare const prepareDirectory: (dirPath: string) => void;
export declare function newDistinctNoteName(noteName: string, currentNames: string[], index: number): string;
