export declare const objectToMap: (object: any) => {};
export declare const transformMapToObject: (map: any) => {};
