/** * Determines whether the LIFF app is running in LINE's in-app browser. * @export * @returns {boolean} */ export default function isInClient(): boolean; /** * Cleanup cached OS, testing use * @export */ export declare function _cleanupCachedIsInClient(): void;