/** * Whether the app is running inside the Staffbase native shell, per the * `window.we.native` runtime flag. Returns false outside a browser. * @returns {boolean} True when running in the native app. */ export declare const isNativeApp: () => boolean; //# sourceMappingURL=isNativeApp.d.ts.map