import type { ViewArgs } from "../types/clientPayloads";
export declare const allVouchersPayload: (address: string) => ViewArgs;
export declare const vouchesGiven: (address: string) => ViewArgs;
export declare const vouchesReceived: (address: string) => ViewArgs;
export declare const vouchesReceivedNotExpired: (address: string) => ViewArgs;
export declare const vouchesReceivedValidNotFamily: (address: string) => ViewArgs;
//# sourceMappingURL=vouch.d.ts.map