import { SelectFormat } from "../index.js"; export declare function formatStringValue(value: string, format: SelectFormat, origin: string): unknown;