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