export { D as DetectedPixKeyType, P as PIX_DICT_API_SOURCE_URL, a as PIX_GOLDEN_CNPJ_ALPHANUMERIC, b as PIX_GOLDEN_CNPJ_NUMERIC, c as PIX_GOLDEN_CPF, d as PIX_GOLDEN_EMAIL, e as PIX_GOLDEN_EVP, f as PIX_GOLDEN_PHONE, g as PIX_OFFICIAL_SOURCE_URL, V as ValidatePixKeyOptions, h as detectPixKeyType, i as formatPixKey, j as isValidPixKey, s as stripPixKey, v as validatePixCnpjKey, k as validatePixCpfKey, l as validatePixEmailKey, m as validatePixEvpKey, n as validatePixKey, o as validatePixPhoneKey } from './pix-DhAb6Iho.js'; export { D as DocumentFormat, u as PixKey, v as PixKeyType, w as PixValidationResult, V as ValidationErrorCode } from './validation-result-D4Wrxl7j.js'; declare function applyPixCpfKeyMask(canonical: string): string; declare function applyPixCnpjKeyMask(canonical: string): string; /** Brazilian mobile E.164 → +55 (DD) 9XXXX-XXXX display. */ declare function applyPixPhoneKeyMask(e164: string): string; declare function applyPixEmailKeyMask(email: string): string; declare function applyPixEvpKeyMask(uuid: string): string; export { applyPixCnpjKeyMask, applyPixCpfKeyMask, applyPixEmailKeyMask, applyPixEvpKeyMask, applyPixPhoneKeyMask };