UNPKG

277 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2import { Document } from './Manifest';
3export declare function getGoogleMapsApiKey(config: ExpoConfig): string | null;
4export declare function setGoogleMapsApiKey(config: ExpoConfig, manifestDocument: Document): Promise<Document>;