import { RemoveParams } from './interfaces';
export default function remove({ contracts, projectFile }: RemoveParams): void | never;
//# sourceMappingURL=remove.d.ts.map