import type { IndexedResultsConfig } from '../interfaces/index.js'; /** Returns a callback that invokes the configured refresh path when `trigger` is true. */ export declare const useTriggerFreshIndexedResult: (indexedResultsConfig?: IndexedResultsConfig, trigger?: boolean) => () => Promise; //# sourceMappingURL=useTriggerFreshIndexedResult.d.ts.map