interface FixOptions {
    fixId?: string;
    yes?: boolean;
    dryRun?: boolean;
}
export declare const automigrate: ({ fixId, dryRun, yes }?: FixOptions) => Promise<void>;
export {};
