export declare const findObjValue: (value: object) => string; export declare const formatedDate: (date: string) => string; export declare const organizePayload: (payload: any) => any;