export declare const CUSTOM_ANSWER_SENTINEL = "\u270E Type your own answer"; export declare function renderSelector(choices: string[], _abortSignal: AbortSignal): Promise; export declare function renderMultiSelector(choices: string[], _abortSignal: AbortSignal): Promise;