import type { PackageDescription } from './types';
/**
 * This specifies the directory where the extracted and downloaded packages files are stored relative to cacheDir.
 * The folder will be created automatically if it doesn't exist.
 */
export declare const cacheSubDir = "deb";
export declare const requiredPackageKeys: (keyof PackageDescription)[];
export declare const packageKeys: (keyof PackageDescription)[];
