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