#!/usr/bin/env zx
/**
 * Validate the config of each templates
 */

declare const applyConfig: () => Promise<void>;

export { applyConfig };
