import type { ProductPreorderState } from "./api"; export declare function shopifyInStockAvailability(_request: { variantId: string; } | { productHandle: string; }, getPreorderState: () => Promise): Promise;