/// <reference types="node" />
import { Type } from '@nestjs/common';
export declare function repl(module: Type): Promise<import("repl").REPLServer>;
