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