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