declare const FieldID: {
    VERSION: string;
    INIT_METHOD: string;
    PROVIDER_CATEGORY_CODE: string;
    CURRENCY: string;
    TRANSACTION_AMOUNT: string;
    TRANSACTION_FEE_TYPE: string;
    TRANSACTION_FEE: string;
    TRANSACTION_FEE_IN_PERCENTAGE: string;
    COUNTRY_CODE: string;
    PROVIDER_NAME: string;
    PROVIDER_CITY: string;
    POSTAL_CODE: string;
    ADDITION_DATA: string;
    CRC: string;
};
declare const ProviderFieldID: {
    GUID: string;
    DATA: string;
    SERVICE: string;
};
declare const ConsumerFieldID: {
    BANK_BIN: string;
    BANK_NUMBER: string;
};
declare const AdditionDataFieldID: {
    BILL_NUMBER: string;
    MOBILE_NUMBER: string;
    STORE_LABEL: string;
    LOYALTY_NUMBER: string;
    REFERENCE_LABEL: string;
    CUSTOMER_LABEL: string;
    TERMINAL_LABEL: string;
    TRANSACTION_PURPOSE: string;
    ADDITION_CONSUMER_DATA_REQUEST: string;
};
export { FieldID, ProviderFieldID, ConsumerFieldID, AdditionDataFieldID };
