export declare const YOOKASSA_API_URL = "https://api.yookassa.ru/v3";
export declare const YOOKASSA_HEADERS: {
    'Content-Type': string;
    'Idempotence-Key': `${string}-${string}-${string}-${string}-${string}`;
};
