import type { RuntimeAdapter } from "../../../platform/adapters/base.js"; import type { VeryfrontConfig } from "../../../config/index.js"; export declare function resolveAppComponentPath(projectDir: string, adapter: RuntimeAdapter, config?: VeryfrontConfig): Promise; //# sourceMappingURL=app-resolver.d.ts.map