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