import type prompts from 'prompts'; import type { BeachballOptions } from '../types/BeachballOptions'; import type { PackageGroups, PackageInfos } from '../types/PackageInfo'; /** * Build the list of questions to ask the user for this package. * Also validates the options and returns undefined if there's an issue. */ export declare function getQuestionsForPackage(params: { pkg: string; packageInfos: PackageInfos; packageGroups: PackageGroups; options: Pick; recentMessages: string[]; }): prompts.PromptObject[] | undefined; //# sourceMappingURL=getQuestionsForPackage.d.ts.map