/** * 是否是微信内核 * * @returns 当前环境是否为微信内核 * @example * * inWeixin(); * // => false */ export declare function inWeixin(): boolean;