import type { InputIterator } from '@pupt/lib'; /** * Collect inputs from a pupt-lib InputIterator by prompting the user * with Inquirer prompts mapped from each InputRequirement type. * * Returns the collected values as a Map. */ export declare function collectInputs(iterator: InputIterator, noInteractive?: boolean): Promise>; //# sourceMappingURL=input-collector.d.ts.map