import type { AssetType } from "../types/index.js"; export type BrowseCategory = AssetType; export declare const CATEGORY_OPTIONS: Array<{ value: BrowseCategory; name: string; hint: string; }>; export declare function selectCategories(preselected?: BrowseCategory[]): Promise; //# sourceMappingURL=categoryMenu.d.ts.map