import { CurrentElement } from "../models/index"; /** * 获取页面滚动百分比 */ export declare function pp(): number; /** * 页面高度 */ export declare function ph(): number; /** * 页面宽度 */ export declare function pw(): number; /** * 滚动高度(页面滚动高度 + 窗口高度) */ export declare function st(): number; /** * window.innerHeight */ export declare function ch(): number; /** * window.innerWidth */ export declare function cw(): number; /** * 用户信息 */ export declare function si(): string; /** * 临时会话 */ export declare function ci(): any; /** * 客户页面标识(传入),默认为空字符串 */ export declare function pid(): string; /** * 游览器选项卡会话标识 */ export declare function tsid(): string; /** * 埋点类型 */ export declare function jt(): number; /** * 读取页面input信息 */ export declare function fis(): CurrentElement[]; //# sourceMappingURL=page.d.ts.map