import { ReviewerRegistration } from "@atomist/sdm";
export declare const ImportIoFile = "Import java.io.File";
/**
 * Flag import of java.io.File. This is not normally
 * a good idea in a cloud native application.
 * @type {ReviewerRegistration}
 */
export declare const ImportIoFileReviewer: ReviewerRegistration;
