import { Voucher } from "../types";
export default function IsOnDate(voucher: Voucher): boolean;
