import { Time } from '../constant/time';
export declare const cleanCharacters: (string: string) => string;
export declare const dateFormat: (type: Time) => string;
