declare module "flat" { export function flatten(obj: any): any; export function unflatten(obj: any): any; }