import type { Check } from './types'; export default function check(input: Check.Input): Promise; /** * * @param product The name of the product, e.g. 'prisma' * @param cacheIdentifier Identifier to differentiate different cache files for a product */ export declare function getCacheFile(product: string, cacheIdentifier: string): string;