import type { CodemodInput, CodemodResult } from "./index.js"; export declare function fixHardcodedColor(input: CodemodInput): CodemodResult;