namespace VitDeck.TemplateLoader
{
    internal interface IReferenceModifier
    {
        void Modify(string path);
    }
}