export declare class ApiConstants { static readonly GET_PARTNER_DETAILS = "/partners"; static readonly GET_BRANCHES_DETAILS = "/branches"; static readonly SYNC_INITIAL_PROMOCODES = "/promocode-sheets/sync-initial-promocodes"; static readonly uploadPromoIdsBulkSheet = "/promocode-sheets"; static readonly DOWNLOAD_TEMPLATES_API = "/media"; static readonly GET_TEMPLATES_API = "/sheets/templates"; static readonly GET_TERMINALS_COUNT = "/terminals/count"; static readonly terminalResource = "/terminals"; static readonly partnerResource = "/partners"; static readonly branchResource = "/branches"; static readonly ALL_TERMINALS = "/all"; static readonly partnerCreation = "/partners"; static readonly branchNameExists = "/branches/exists"; static readonly simCardExists = "/exists/sim-card"; static readonly serialNumberExists = "/exists/serial-number"; static readonly serialNumbers = "/serial-numbers"; static readonly simCards = "/sim-cards"; static readonly FILTER_PARTNERS = "/partners/filter"; static readonly productVersions = "/product-versions"; static readonly BRANCH_DETAILS = "/branches/names"; static readonly ASSIGN_BRANCH = "/terminals/assign"; static readonly EXPORT_TRANSACTIONS_FOR_PARTNER = "/transaction/partners/export"; static readonly ACCOUNT_NAMES = "/accounts/names/ids"; static readonly BRANCH_NAMES = "/branches/names"; static readonly PARTNER_NAMES = "/partners/names"; static readonly CHANNELS = "/terminals/channel"; static readonly PARTNER_GIFTS = "/partner-gifts"; static readonly CREATE_GIFT = "/partner-gifts/create"; static readonly CONTACT_PERSONS = "/conatact-persons"; static readonly PARTNER_GROUP = "/partners/groups"; static readonly GET_PARTNER_DASHBOARD = "/dashboards/partner"; }