/**
 * 判断当前页面是否为 iframe 页面
 */
export declare const isIframe: () => boolean;
