declare function convert(d: Date, format: string): string;
export default convert;
