import type { SwitchItemFormatted } from "./SwitchItemFormatted.js"; import type { SwitchItem } from "./SwitchItem.js"; export declare class SwitchItemMapper { static toFormatted(item: SwitchItem): SwitchItemFormatted; }