declare type AutoCompleteOption = { value: string; label: string; alias?: RegExp; }; export default function autocomplete(paramType: "cards" | "colors" | "results", partial: string): Promise; export declare function clearCache(): void; export {};