/** * @title clearCookie * @description 清除存储在网页中的所有 cookie */ export declare const clearCookie: () => void; //# sourceMappingURL=clear.d.ts.map