import type { ThreadRef } from "./threads"; /** Starter 12-cone rack (Madeira Polyneon poly). Override per shop. */ export declare const DEFAULT_THREAD_CATALOG: ThreadRef[]; export declare const STANDARD_ZONE_PHYSICALS: { beanieCuff: { anchor: string; heightIn: number; widthIn: number; }; capFront: { anchor: string; heightIn: number; widthIn: number; }; fullBack: { anchor: string; code: string; heightIn: number; widthIn: number; }; shirtFront: { anchor: string; code: string; heightIn: number; widthIn: number; }; sleeve: { anchor: string; code: string; heightIn: number; widthIn: number; }; toteFront: { anchor: string; heightIn: number; widthIn: number; }; }; /** Typical fabric + stabilizer pairings per common blank type. */ export declare const DEFAULT_GARMENT_SPECS: { beanie: { backing: string; fabric: string; }; cap: { backing: string; fabric: string; }; tee: { backing: string; fabric: string; }; tote: { backing: string; fabric: string; }; };