import { type Ref, type UnwrapRef } from 'vue'; import { type ShipmentOptionsRefs } from '../types'; export declare const createRef: (refs: ShipmentOptionsRefs, field: string, fallback?: T) => Ref>;