export declare class StringHelper { static format(value: string, ...args: string[]): string; private static replaceArg; }