import type { MediaFnGeneratorInput } from './create/media-fn'; export declare const createMedia: (params: MediaFnGeneratorInput) => Promise;