export declare function fetchChoice(choice: string, model?: string, creature?: string): Promise<any[]>;
