import CreativeEditorSDK from '@cesdk/cesdk-js'; import { CustomAssetSource } from '@imgly/plugin-utils'; export declare const STYLES: { id: string; label: string; prompt: string; }[]; export declare const createStyleAssetSource: (assetSourceId: string, options: { baseURL: string; includeNone?: boolean; }) => CustomAssetSource; export declare const addStyleAssetSource: (styleAssetSource: CustomAssetSource, options: { cesdk: CreativeEditorSDK; }) => void;