/**
 * Returns true if the POLARIS_UNIFIED environment variable is set to true.
 *
 * @returns `true` if the POLARIS_UNIFIED environment variable is set to true.
 */
export declare function isPolarisUnifiedEnabled(): boolean;
