Variable StepDefinitionLookupConst

StepDefinitionLookup: {
    callback: typeof CallbackStep;
    close-connection: typeof CloseConnectionStep;
    delay: typeof DelayStep;
    file: typeof FileStep;
    json-rpc-response: typeof JsonRpcResponseStep;
    passthrough: typeof PassThroughStep;
    reset-connection: typeof ResetConnectionStep;
    simple: typeof FixedResponseStep;
    stream: typeof StreamStep;
    timeout: typeof TimeoutStep;
} = ...