export function applyParameters(pattern: string, parameters: object | any[]): string | null;
export function getComponentTranslations(componentName: string): object;
export function getResource(key: string): object | string | null;
export function getTranslatedString(key: string, ...var_args: Array<string | object | any[]>): string;
export function setBundle(bundle: object): void;
