import type { AnyValueObject } from '../_types/global';
export declare function objToArray(obj: AnyValueObject, recursive?: boolean): any[];
