import CreativeEditorSDK from '@cesdk/cesdk-js';
type CustomImageSize = {
    width: number;
    height: number;
};
export declare function isCustomImageSize(imageSize: any): imageSize is CustomImageSize;
export declare function uploadImageInputToFalIfNeeded(imageUrl?: string, cesdk?: CreativeEditorSDK): Promise<string | undefined>;
export {};
