/** * 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; /** * V4 front doors resolve selector/metadata through the staged artifact cache. * The legacy metadata/UI readers still read bundled data unless a pre-existing * v4 metadata cache marker is present; final staged metadata warming does not * write this marker. */ export declare function useBundledMetadataForV4(): boolean; //# sourceMappingURL=templateHelper.d.ts.map