/** * Check if a tag is an implicit (system-generated) tag * Implicit tags are generated by Next.js with the _N_T_ prefix * * @param tag - The tag to check * @returns True if the tag is implicit, false otherwise */ export declare function isImplicitTag(tag: string): boolean; //# sourceMappingURL=is-implicit-tag.d.ts.map