import { ExpoConfig } from '../Config.types'; export declare function getRootViewBackgroundColor(config: ExpoConfig): string | null; export declare function setRootViewBackgroundColor(config: ExpoConfig, projectDirectory: string): Promise;