/**
 * Официальный список IP-адресов YooKassa для webhook-уведомлений.
 * @see https://yookassa.ru/developers/using-api/webhooks#notifications-authenticity-verify
 */
export declare const YOOKASSA_IP_WHITELIST: string[];
