import { Voucher } from "../types";
export default function IsValidProduct(voucher: Voucher, product: string): boolean;
