export declare namespace eqi18n {
class TextResources {
Entities: any;
Attributes: any;
Operators: any;
AggregateFunctions: any;
}
function getLocale(): string;
function setLocale(l: string): void;
let texts: TextResources;
function getText(...args: any[]): string;
}