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