import { Provider } from '#types/mix.js'; /** * Returns last provider if the provider has the duplicate. * Multi providers returns untouched. */ export declare function getLastProviders(providers: T[]): T[]; //# sourceMappingURL=get-last-providers.d.ts.map