import { format } from "./format.js"; export declare const StringUtils: { format: typeof format; };