export type DeprecatedEntrypoint = { old: string; new: string; namedImport: string | null; }; export declare const importMap: Array;