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