import type { FormatPrefixSuffixParams } from "./types";
export declare const formatSuffix: ({ value, options, }: Omit<FormatPrefixSuffixParams, "defaultCase">) => string;
