export declare const explorer: { readonly search: (searchFrom?: string | undefined) => Promise; readonly load: (filepath: string) => Promise; readonly clearLoadCache: () => void; readonly clearSearchCache: () => void; readonly clearCaches: () => void; };