import { AppBundlerConfig } from '../helpers/config_app'; import { System } from '../helpers/system'; export interface AppBundlerContext { module?: AppBundlerConfig['module']; workingdir: string; } export declare function resolveBundlerModuleAsync(sys: System, bundlerContext?: AppBundlerContext): Promise;