export const ManageEnvironmentsMenu = ({}: { workspaceId: string; workspacePermissions: string[]; }) => { return null; };