import { Item } from '../Item';
export declare const RibcagePiece: {
    name: string;
    examine: string;
    members: boolean;
    tradeable: boolean;
    stackable: boolean;
    noted: boolean;
    noteable: boolean;
    value: number;
    highalch: number;
    lowalch: number;
    weight: number;
    ge_price: number;
    release_date: string;
    wiki_url: string;
    used_for: string[];
    dropped_by: string[];
    drop_rate: string;
    location: string[];
};
export declare const RibcagePieceItem: Item;
//# sourceMappingURL=RibcagePiece.d.ts.map