/**
 * @example
 * ```
 * tgdTemplate(
 *   "Hello NAME!",
 *   { NAME: "World" }
 * ) === "Hello World!"
 * ```
 */
export declare function tgdTemplate(content: string, substitutions: Record<string, string>): string;
//# sourceMappingURL=template.d.ts.map