import { Runtime } from '../../types';
export declare function init({ cacheDir }: Runtime): Promise<void>;
