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