/** * Starts the executor. * As the name implies, it executes the instructions received from the server. * * @param ctx the execution context. */ export default function executor(): Promise;