import { Voucher } from "../types";
export default function IsValidDocument(voucher: Voucher, document: string | null): boolean;
