/** * 移除某个key * @param key 键 * @example remove('key'); */ export default function remove(key: string): void;