export declare type CallInput = {
    serviceName: string;
    version: string;
    consumerName: string;
    payload: any;
};
