export { isClient, isServer, isUnframed } from '@shopify/app-bridge-core/util/env';
export declare const isDevelopment: boolean;
export declare const isProduction: boolean;
export declare const isDevelopmentClient: boolean;
