import type { Environment, Options } from '../types.js'; export declare function postInitScript(environment: Environment, options: Options): Promise;