export declare function requireUserIsCollaboratorOnProject(projectUuid: string): Promise; export declare function getProjectByUUID(uuid: string): Promise<{ id: number; owner: string; team_id: number; name: string; description: string | null; git_url: string; starter_app: string | null; uuid: string | null; deleted: boolean; created_at: string; updated_at: string; }>; export declare function getCurrentProjectId(): Promise; export declare function getUpgradeUrl(): Promise; //# sourceMappingURL=check-for-project-id.d.ts.map