export declare const DEFAULT_FLAT_OPTIONS: {
    readonly sep: ".";
    readonly children: false;
};
export declare const DEFAULT_DECOMPOSE_OPTIONS: {
    readonly sep: ".";
    readonly object: "key";
    readonly start: true;
};
//# sourceMappingURL=objects.d.ts.map