import { BeaconIdentifier } from '../proto/api'; import { Beacon } from '../types'; /** * Get the beacon for a given identifier */ export declare function getBeacon(identifier: BeaconIdentifier): Beacon;