import type CreativeEditorSDK from '@cesdk/cesdk-js';
/**
 * Converts a blob: or buffer: URL to a data URI that Runware can accept
 */
export declare function convertImageUrlForRunware(imageUrl?: string, cesdk?: CreativeEditorSDK): Promise<string | undefined>;
