import { DcScc } from "dc-scc"; export declare class DcDdsApi { private _dcScc; protected _storeFact: any; protected _handleFact: any; protected _clientFact: any; constructor(_dcScc: DcScc); getDcScc(): DcScc; getMtm(): import("mtm-auto").MtmAuto; getLogging(): any; getClients(): any; getStores(): any; getHandlers(): any; }