/** * Resolves the consumer monorepo root (bootstrap layout with backend/ + frontend/) * or the nearest package root. Override with `TERRENO_PROJECT_ROOT`. */ export declare const resolveTerrenoProjectRoot: (startDir?: string) => string; //# sourceMappingURL=projectRoot.d.ts.map