export declare function isUrl(str: string): boolean;
export declare function getFormat(format: string): string;
export declare const transformDateValue: (value: string, format: string, dateFormat: string) => any;
export declare const translation: (configCtx: any) => (key: string) => any;