export interface IValidationUtils {
    validatePublicIdentifier(publicIdentifier: string): boolean;
    validateEthereumAddress(ethereumAddress: string): boolean;
    validateWeiAmount(amount: string): boolean;
    validatePaymentId(paymentId: string): boolean;
}
export declare const IValidationUtilsType: unique symbol;
//# sourceMappingURL=IValidationUtils.d.ts.map