import { Config } from "@changesets/types";
import { Package } from "@manypkg/get-packages";
import { InternalRelease } from "./types";
export default function matchFixedConstraint(releases: Map<string, InternalRelease>, packagesByName: Map<string, Package>, config: Config): boolean;
