import { IObject } from "."; export declare function flatten(src: IObject | any[], prefix?: string): { [key: string]: any; };