import memoizee from "memoizee";
declare function hasApk_(): Promise<boolean>;
/**
 * Check if apk is available on the system
 */
export declare const hasApk: typeof hasApk_ & memoizee.Memoized<typeof hasApk_>;
export {};
