import * as entryPointModule from './entry-point.js'; export declare const name = "Umbraco.Core.MediaManagement"; export declare const extensions: ({ name: string; alias: string; type: string; js: () => Promise; } | { name: string; alias: string; type: string; js: typeof entryPointModule; })[];