import { SpecExecutor } from '@mlytics/core-ts/nodejs/entry/.base/executor'; declare class ShowInfoExecutor implements SpecExecutor { run(): Promise; } export { ShowInfoExecutor };