import { BackgroundInfo, BackgroundItem, Database, LocalizationText } from 'sonolus-core'; export declare const toBackgroundItem: (db: Database, localize: (text: LocalizationText) => string, info: BackgroundInfo) => BackgroundItem;