export declare function requireUserIsCollaboratorOnProject(projectUuid: string): Promise<void>;
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<number>;
export declare function getUpgradeUrl(): Promise<string>;
//# sourceMappingURL=check-for-project-id.d.ts.map