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