import { EconDescription } from '../../../types'; /** * Checks if item is craftable based off description * @param {object} description * @return {boolean} */ export declare function isCraftable(description: EconDescription): boolean;