import { Manifest } from '../../common/types/manifest';
/**
 * Injects execution information (command, environment) to existing manifest.
 */
export declare const injectEnvironment: (manifest: Manifest) => Promise<Manifest>;
