import type { PhoneCallPlugin } from './definitions'; declare const PhoneCall: PhoneCallPlugin; export * from './definitions'; export { PhoneCall };