/** * the main run function to submit a service to a servezone */ export declare let run: (configArg: any) => Promise;