import { ExpoConfig } from '@expo/config';
export default function createMetatagsFromConfig(config?: ExpoConfig): {
    [key: string]: any;
};
