import { ManifestModule } from './types.js';
declare const nativeReplacements: ManifestModule;
declare const microUtilsReplacements: ManifestModule;
declare const preferredReplacements: ManifestModule;
export * from './types.js';
export { nativeReplacements, microUtilsReplacements, preferredReplacements };
export declare const all: ManifestModule;
