declare const dateInWhereFormat: (date: Date) => string;

export { dateInWhereFormat };
