import { IItem } from '../../types'; export declare const isMarkedAsDeprecated: (item: IItem) => boolean;