import type { CameraPlugin } from './definitions'; declare const Camera: CameraPlugin; export * from './definitions'; export { Camera };