import type { ApkCacheAdapter, ApkTexts, NodeApkCacheInput, PrimeApkCacheInput } from './typings/inputs';
export declare function createNodeApkCache({ apkCachePath, }?: NodeApkCacheInput): ApkCacheAdapter;
export declare function primeApkCache({ force, apkCachePath, }?: PrimeApkCacheInput): Promise<ApkTexts>;
