import type { Trie } from "@wry/trie";
/**
* @internal
* For use in InMemoryCache only. This should not be used in userland
* code.
* 
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export type DeferInfoTrie = Trie<true>;
//# sourceMappingURL=DeferInfo.d.ts.map
