importtypeCreativeEditorSDKfrom'@cesdk/cesdk-js';
/**
* Converts a blob: or buffer: URL to a data URI that Runware can accept
*/exportdeclarefunctionconvertImageUrlForRunware(imageUrl?: string, cesdk?: CreativeEditorSDK): Promise<string | undefined>;