export declare namespace StringTools {
    function format(text: string, ...args: unknown[]): string;
}
