import { FormatOptions } from './FormatOptions';
export declare function formatString(value: string, options: FormatOptions): string;
