import { Inquirerer } from 'inquirerer';
export default function runModuleSetup(argv: Partial<Record<string, any>>, prompter: Inquirerer): Promise<{
    [x: string]: any;
}>;
