/** * 当前页面是否运行在 iframe 内(用于 Layout 内嵌模式:仅渲染 router-view,避免壳层套娃) */ export declare function isInIframeEmbed(): boolean;