import type { PatchFunction, PatchReturnType } from '../../index.js'; export declare const patchDockerfileSyntaxDirective: (mode: "lint" | "format") => Promise; export declare const tryPatchDockerfileSyntaxDirective: PatchFunction;