import Controller from '../controller.js';
import type { IUnleashConfig } from '../../types/option.js';
import type { IUnleashServices } from '../../services/index.js';
declare class UserSplashController extends Controller {
    private userSplashService;
    private openApiService;
    constructor(config: IUnleashConfig, { userSplashService, openApiService, }: Pick<IUnleashServices, 'userSplashService' | 'openApiService'>);
    private updateSplashSettings;
}
export default UserSplashController;
//# sourceMappingURL=user-splash.d.ts.map