/**
 * @module Utils
 *
 */
export declare function fmt(str: string, formats: any[]): string;
export declare function loc(str: string, formats: any[]): string;
