import { CreatePresetDefinition, CreatePresetId } from "./outfitter-htx4asgr.js"; declare const CREATE_PRESETS: Readonly>; declare const CREATE_PRESET_IDS: CreatePresetId[]; declare function getCreatePreset(id: string): CreatePresetDefinition | undefined; export { CREATE_PRESETS, CREATE_PRESET_IDS, getCreatePreset };