import { Item } from "../Item"; export declare class Gear { creator: string; dye: string; item: Item; materia: any[]; mirage: string; constructor(obj: any); }