import type { ImageLike } from '@happyvertical/smrt-images/svelte'; import type { ContentEditorAsset } from './content-editor-form.js'; export declare function getContentEditorAssetImageSource(asset: ContentEditorAsset | Record): string; export declare function readContentEditorFileAsDataUrl(file: File): Promise; export declare function getContentEditorMimeTypeFromPath(pathname: string): string; export declare function createContentEditorImageRecord(apiBaseUrl: string, input: { name: string; sourceUri: string; mimeType: string; }): Promise; export declare function resolveContentEditorImageSelection(apiBaseUrl: string, selected: ImageLike | File | string): Promise; //# sourceMappingURL=content-editor-media.d.ts.map