export declare function initialEnvironment({ mainFileContentList, packageFileContentList, mainScripts, childScripts, }: { childScripts?: {} | undefined; mainFileContentList?: never[] | undefined; mainScripts?: {} | undefined; packageFileContentList?: never[] | undefined; }): void;