export declare class PrefabFixer {
    removeRedundantNodes(): Promise<void>;
}
