/* tslint:disable:all */ /** * Injection identifiers */ export declare type containerSymbol = { AntiFraud: symbol; CardService: symbol; CardDynamicService: symbol; CashService: symbol; CardSubscriptionDynamicService: symbol; KushkiGateway: symbol; MultiMerchantService: symbol; KushkiService: symbol; SecureService: symbol; TransferService: symbol; CardAsyncService: symbol; PayoutsCashService: symbol; CommissionService: symbol; TransferSubscriptionService: symbol; PayoutsTransferService: symbol; SiftScienceService: symbol; ApplePayService: symbol; }; declare const IDENTIFIERS: containerSymbol; export { IDENTIFIERS };