export declare const RECEIVE_MESSAGE_FROM_PEER = "@localfirst/state/RECEIVE_MESSAGE_FROM_PEER"; export declare const INITIALIZE = "@localfirst/state/INITIALIZE"; export declare const DEFAULT_RELAYS: string[]; export declare const DELETED = "__DELETED"; export declare const GLOBAL = "__global"; export declare const OPEN = "open"; export declare const READY = "ready"; export declare const CLOSE = "close"; export declare const ERROR = "error"; export declare const PEER = "peer"; export declare const PEER_REMOVE = "peer_remove"; export declare const MESSAGE = "message"; export declare const DATA = "data";