export declare const cache: any; declare const _default: (name: string) => Promise<{ label: string; value: any; }>; export default _default;