import type { shippingMetafields } from './type.js'; export declare const isWeightAvailable: (weight: number, method: shippingMetafields) => boolean;