export { ERROR_MESSAGES_FLAG, SERVICES_API_KEY, } from './editor/constants/shared-constants'; export declare const ENS_PRESENCE_COLOR = "#5298FF"; export declare const COLLAB_PRESENCE_COLORS: readonly ["#30bced", "#6eeb83", "#fa69d1", "#ecd444", "#ee6352", "#db3041", "#0ad7f2", "#1bff39"]; /** ENS brand color, else `color`, else palette by `clientId`, else random. */ export declare function presenceColor(isEns: boolean | undefined, color?: string, clientId?: number): string;