type FlattenDocument = {
    [key: string]: any;
};
export declare function flattenDocument(obj: Record<string, any>): FlattenDocument;
export {};
