export default interface IProximity { onStateChange(callback: (detected: boolean) => void): () => void; }