declare const formatByPattern: (pattern: string, value: string | number | Date) => string; export default formatByPattern;