import { IValidationUtils } from "./IValidationUtils";
export declare class ValidationUtils implements IValidationUtils {
    validatePublicIdentifier(publicIdentifier: string): boolean;
    validateEthereumAddress(ethereumAddress: string): boolean;
    validateWeiAmount(amount: string): boolean;
    validatePaymentId(paymentId: string): boolean;
}
//# sourceMappingURL=ValidationUtils.d.ts.map