{"version":3,"file":"ServerRegistrationModule.types.js","sourceRoot":"","sources":["../src/ServerRegistrationModule.types.ts"],"names":[],"mappings":"","sourcesContent":["import { ProxyNativeModule } from 'expo-modules-core';\n\nexport interface ServerRegistrationModule extends ProxyNativeModule {\n getInstallationIdAsync?: () => Promise;\n getRegistrationInfoAsync?: () => Promise;\n setRegistrationInfoAsync?: (registrationInfo: string | null) => Promise;\n}\n"]}