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