export declare function unflatto<Input extends Record<string, any>, Output = unknown>(input: Input, seperator?: string): Output;
