import { Offer } from "@duffel/api/types";
export declare const isFixtureOfferId: (offerId: Offer["id"]) => boolean;
