/** * Flowtype definitions for extract-entry-cache-info * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { App } from "@yoroi/types"; declare export var extractEntryCacheInfo: < T: App.CacheInfo | null | void, K: string >( x: [K, T] ) => [K, App.CacheInfo | null];