import { KVClient } from "."; import { ServiceResponseDto } from "../../types/serviceResponse"; export type ErrorCodes = "gatewayError" | "networkError"; export declare function unset(this: KVClient, key: string): Promise>;