import type { Warning } from '../types'; type Params = { warnings: Warning[]; }; export declare function removeRedundantWarnings({ warnings }: Params): Warning[]; export {}; //# sourceMappingURL=removeRedundantWarnings.d.ts.map