import { Check } from './index'; export interface Information { signature: string; cachePath: string; cacheItems: Check.Cache[]; } export declare function getInfo(): Promise;