/** * Utility function to determine if the code is being executed during the Next.js build process. */ export declare function isNextBuild(): boolean; //# sourceMappingURL=isNextBuild.d.ts.map