export declare class ValidationError extends Error {
    constructor(message: string);
}
export declare const TRUEWALLET_URL_REGEX: RegExp;
export declare function validateVoucherUrl(url: string): void;
export declare function extractVoucherHash(url: string): string;
