export declare class StringUtil {
    static stringFormat: (str: string, ...args: string[]) => string;
}
