/** * Returns a formatted string replacing any placeholders in msg with * provided args * * See npm springf-js for more details on what args and placeholder * patterns are supported. */ export declare function format(msg: string, ...args: any[]): string; //# sourceMappingURL=format.d.ts.map