import type { BundleRequest } from '../types/BundleRequest.js'; interface IsCachedResultValidOptions { bundleRequest: BundleRequest; hash?: string; } /** * Validates the result of a bundle request. * @param options - The options to use when validating the result. * @returns True if the result is valid, false otherwise. */ export declare function isCachedResultValid(options: IsCachedResultValidOptions): boolean; export {}; //# sourceMappingURL=isCachedResultValid.d.ts.map