import { PickupName } from "../../types";
export declare function isHolding(pickupName: PickupName): any;
