/** * Exportações centralizadas dos utilitários */ export { Validators } from './validators'; export { CryptoUtils } from './crypto'; export { Helpers } from './helpers'; import { Validators } from './validators'; import { CryptoUtils } from './crypto'; import { Helpers } from './helpers'; export { Validators as PayPayValidators, CryptoUtils as PayPayCrypto, Helpers as PayPayHelpers }; /** * Exportações estáticas para compatibilidade com a API existente */ export declare const validateAngolaPhoneNumber: typeof Validators.validateAngolaPhoneNumber; export declare const validateAmount: typeof Validators.validateAmount; export declare const validateTradeNumber: typeof Validators.validateTradeNumber; export declare const validateEmail: typeof Validators.validateEmail; export declare const validateIP: typeof Validators.validateIP; export declare const validateURL: typeof Validators.validateURL; export declare const validateSubject: typeof Validators.validateSubject; export declare const generateUniqueOrderNo: typeof CryptoUtils.generateUniqueOrderNo; export declare const getIp: typeof Helpers.getPublicIp; export declare const getPublicIp: typeof Helpers.getPublicIp; //# sourceMappingURL=index.d.ts.map