export declare function formatDate(inputDate: any, format: any): any; export declare const formatDateTime: (dateTime: any, format: any) => any; export declare function formatTime(dateInput: string, format: string): string; export declare function formatDuration(duration: number, format: string): string; export declare function formatScan(barcodeValue: string, barcodeType: string, config?: boolean): string; export declare function formatURL(url: String): String; export declare const getNowDateZonesISOString: () => string; export declare const getDateZonesISOString: (dateString: string) => string; export declare const formatRequestBody: (data: object, matcherPrefix?: string) => { formattedData: {}; matchers: {}; };