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