import type { Module } from '@becomes/purple-cheetah/types'; import { BCMSMediaService as BCMSMediaServiceType } from '../types'; export declare const BCMSMimeTypes: { css: string[]; js: string[]; }; export declare const BCMSMediaService: BCMSMediaServiceType; export declare function createBcmsMediaService(): Module;