/**
 * Map of GUI codes used by Acquirer Networks in Colombia
 * to their corresponding human-readable names.
 *
 * Based on Table 1.4 of the Colombian QR EMVCo specification (v1.3, 2024).
 */
export declare const ACQUIRER_NETWORK_GUI_MAP: Record<string, string>;
