/** * Walk up from cwd looking for package.json or mikro.config.ts. * Returns the directory containing the first match, or cwd as fallback. */ export declare function resolveProjectRoot(): string; /** * Return the path to the .mikro/ directory in the project root, * creating it if it doesn't exist. */ export declare function getMikroDir(): string; //# sourceMappingURL=projectRoot.d.ts.map