export type CompatiblePlaceholderArgument = object; export type PermissionFunctionName = | 'getClipboardText' | 'setClipboardText' | 'fetchContacts' | 'fetchAlbumPhotos' | 'getCurrentLocation' | 'openCamera';