import type { AtomicAssetWithSeamlessOpts, GeneratedAssetsArray } from '../schemas/options'; /** * Generates individual general-purpose game assets - returns base64 data. */ export declare function generateAsset(opts: AtomicAssetWithSeamlessOpts): Promise; /** * CLI wrapper for asset generation - includes progress logging and file saving. */ export declare function generateAssetCLI(opts: AtomicAssetWithSeamlessOpts): Promise;