export { PARFUM_RULES, BINNACLE_RULES, HADOLINT_RULES } from "./rules"; export { Violation, Matcher } from "./rule-matcher"; export * as dinghy from "@tdurieux/dinghy"; export { enricher } from "@tdurieux/dinghy"; export declare function parseAndMatch(dockerfile: string): import("./rule-matcher").Violation[];