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