/** * Determines whether to use local templates based on environment variables and package version. * Returns true if: * - TEMPLATE_VERSION env variable is set to "local", OR * - Package version contains "alpha" (daily build version) */ export declare function useLocalTemplate(): boolean; //# sourceMappingURL=templateHelper.d.ts.map