import { CastType } from "../cast/CastType";
export declare class CastSlot {
    castType: CastType;
    used: number;
    max: number;
    constructor(type: CastType, used: number, max: number);
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=CastSlot.d.ts.map