import { GetMcmSupplyChainDiagnosticsDownloadUrl } from '../definitions/GetMcmSupplyChainDiagnosticsDownloadUrl';
import { GetMcmSupplyChainDiagnosticsDownloadUrlResponse } from '../definitions/GetMcmSupplyChainDiagnosticsDownloadUrlResponse';
export interface AdsTxtServiceInterfacePort {
    getMcmSupplyChainDiagnosticsDownloadUrl(getMcmSupplyChainDiagnosticsDownloadUrl: GetMcmSupplyChainDiagnosticsDownloadUrl, callback: (err: any, result: GetMcmSupplyChainDiagnosticsDownloadUrlResponse, rawResponse: any, soapHeader: any, rawRequest: any) => void): void;
}
