import type CoreGenerator from '../../base-core/index.js';
export declare const createRemoveUnusedImportsTransform: (this: CoreGenerator, options?: {
    ignoreErrors?: boolean;
}) => import("p-transform").DuplexWithDebug;
