/** * @title getCookie * @description 获取 cookie 值 * @param {string} key * @returns {T|String|undefined} */ export declare function getCookie(key: string): T | string | undefined; //# sourceMappingURL=get.d.ts.map