import { NoteData } from '../../../models/NoteData';
export declare const applyReminderOrderTemplate: (noteData: NoteData, text: string) => string;
