export declare const umdModuleIdStrategy: (moduleId: string, umdModuleIds?: {
    [key: string]: string;
}) => string;
