export function ensureArray(array?: any[]): any[];
export function ensureObject(object: any): any;
export function stringNotEmpty(stringable: any): boolean;
