import { IDeprecationCheckerStore } from './DeprecationCheckerStore';
export declare const checkForDeprecate: (store: IDeprecationCheckerStore, pkgName: string, pkgVersion: string) => Promise<never>;
