import type { ExpoConfig } from 'expo/config'; import type { PluginConfig, PluginProps } from '../types'; export declare const getPluginConfig: (props: PluginProps, config: ExpoConfig) => PluginConfig;