import type { AskUserParams, NormalizedAskUserRequest, RequestOption, RequestQuestion, RequestQuestionInput } from "./types.js"; export declare function normalizeRequestOptions(input?: string[]): RequestOption[]; export declare function normalizeRequestQuestions(input: RequestQuestionInput[]): RequestQuestion[]; export declare function normalizeAskUserRequest(params: AskUserParams): NormalizedAskUserRequest; //# sourceMappingURL=normalize.d.ts.map