import type { AnyValueObject } from '../_types/global';
export declare function objTo1d(obj: AnyValueObject, separator?: string): AnyValueObject;
