import { Consumable } from './types'; export declare const consumableLibrary: Consumable[]; export declare function getConsumableById(id: string): Consumable | undefined; //# sourceMappingURL=consumable.library.d.ts.map