export type SdkSource = 'npm' | 'cdn' | 'loader';
/**
 * Figures out if we're building a browser bundle.
 *
 * @returns true if this is a browser bundle build.
 */
export declare function isBrowserBundle(): boolean;
/**
 * Get source of SDK.
 */
export declare function getSDKSource(): SdkSource;
//# sourceMappingURL=env.d.ts.map