export const IS_DEV: boolean;
export const IS_PROD: boolean;
export const IS_TEST: boolean;
export const POB_TARGET: 'node' | 'browser';
export const POB_TARGET_VERSION: 'modern' | '14.17' | 'current' | undefined;
