import { ErrorUnion, MessagesUnion } from '../outputs'; /** * Returns all active live locations that should be updated by the client. The list * is persistent across application restarts only if the message database is used * @param {Object} state * @returns {MessagesUnion | ErrorUnion} */ export declare type GetActiveLiveLocationMessagesMethod = (state?: Record) => Promise;