import { FBackgroundBase } from '../../../f-backgroud';
export declare class AddBackgroundToStoreRequest {
    fBackground: FBackgroundBase;
    constructor(fBackground: FBackgroundBase);
}
