import { $TSAny, $TSContext, ServiceSelection } from 'amplify-cli-core'; export declare function serviceSelectionPrompt(context: $TSContext, category: string, supportedServices: $TSAny, customQuestion?: $TSAny, optionNameOverrides?: Record): Promise; //# sourceMappingURL=service-select-prompt.d.ts.map