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