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