/**
 * Interfaces
 */
import BaseCommand, { Arg, RunnableArgs, FileConfig } from "./classes/BaseCommand";

export { BaseCommand, Arg, RunnableArgs, FileConfig };

/**
 * Functions
 */

import renderTemplate from "./functions/renderTemplate";
import includeRelated from "./functions/includeRelated";

export { renderTemplate, includeRelated };
