declare module "ice.fo.utils/GetterUtils" {
export function get(o: any, key: string|string[], defaultV: any);
export function getValue(o: any, defaultValue: string = '', path: string = '');
export function getLabel(o: any, defaultValue: string = '', path: string = '');
}