/** * 获取页面 实例 * 默认获取当前页面 * */ export declare function getPageByPosition(index?: number): WechatMiniprogram.Page.Instance;