/**
 * Decide if the currently running process is part of the build phase or happening at runtime.
 */
export declare function isBuild(): boolean;
//# sourceMappingURL=isBuild.d.ts.map