import type * as Format from "../format";
import type { Case } from "./types";
export declare const stringCases: Case<Format.Types.StringType, Format.Values.StringValue, never>[];
