import type { Project } from './platform-api.js';
/**
 * Resolve the target project for env-group commands without requiring a
 * positional argument. Resolution order: `MASTRA_PROJECT_ID` env var,
 * `--project` flag, then the `.mastra-project.json` written by
 * `mastra deploy` in the current directory.
 */
export declare function resolveProject(token: string, orgId: string, projectArg?: string): Promise<Project>;
//# sourceMappingURL=resolve-project.d.ts.map