import { ImportDeclaration } from "ts-morph";
export declare const isDefinitelyUsedImport: (decl: ImportDeclaration) => boolean;