import type { RseConfig } from "@reliverse/cfg";
export declare function handleCodemods(rules: RseConfig, cwd: string): Promise<void>;
