// @flow
declare module.exports: (
date: Date | string | number,
format?: string,
options?: {
locale?: Object
}
) => string