export declare const UI_CHANNEL = "ui"; export declare const UI_EVENT_TYPE_ACTIONS = "actions"; export declare const CATEGORY_AUTH = "auth"; export declare const CATEGORY_DATASTORE = "datastore"; export declare const CATEGORY_CORE = "core"; export declare const ACTION_AUTH_SIGNOUT = "signout"; export declare const ACTION_NAVIGATE = "navigate"; export declare const ACTION_DATASTORE_CREATE = "create"; export declare const ACTION_DATASTORE_DELETE = "delete"; export declare const ACTION_DATASTORE_UPDATE = "update"; export declare const ACTION_STATE_MUTATION = "statemutation"; export declare const STATUS_STARTED = "started"; export declare const STATUS_FINISHED = "finished"; export declare const EVENT_ACTION_AUTH: string; export declare const EVENT_ACTION_AUTH_SIGNOUT: string; export declare const ACTION_AUTH_SIGNOUT_STARTED: string; export declare const ACTION_AUTH_SIGNOUT_FINISHED: string; export declare const EVENT_ACTION_CORE: string; export declare const EVENT_ACTION_CORE_STATE_MUTATION: string; export declare const ACTION_STATE_MUTATION_STARTED: string; export declare const ACTION_STATE_MUTATION_FINISHED: string; export declare const EVENT_ACTION_CORE_NAVIGATE: string; export declare const ACTION_NAVIGATE_STARTED: string; export declare const ACTION_NAVIGATE_FINISHED: string; export declare const EVENT_ACTION_DATASTORE: string; export declare const EVENT_ACTION_DATASTORE_CREATE: string; export declare const ACTION_DATASTORE_CREATE_STARTED: string; export declare const ACTION_DATASTORE_CREATE_FINISHED: string; export declare const EVENT_ACTION_DATASTORE_DELETE: string; export declare const ACTION_DATASTORE_DELETE_STARTED: string; export declare const ACTION_DATASTORE_DELETE_FINISHED: string; export declare const EVENT_ACTION_DATASTORE_UPDATE: string; export declare const ACTION_DATASTORE_UPDATE_STARTED: string; export declare const ACTION_DATASTORE_UPDATE_FINISHED: string; export declare const DATASTORE_QUERY_BY_ID_ERROR = "Error querying datastore item by id"; export declare const constantsString = "export const UI_CHANNEL = 'ui';\nexport const UI_EVENT_TYPE_ACTIONS = 'actions';\nexport const CATEGORY_AUTH = 'auth';\nexport const CATEGORY_DATASTORE = 'datastore';\nexport const CATEGORY_CORE = 'core';\nexport const ACTION_AUTH_SIGNOUT = 'signout';\nexport const ACTION_NAVIGATE = 'navigate';\nexport const ACTION_DATASTORE_CREATE = 'create';\nexport const ACTION_DATASTORE_DELETE = 'delete';\nexport const ACTION_DATASTORE_UPDATE = 'update';\nexport const ACTION_STATE_MUTATION = 'statemutation';\nexport const STATUS_STARTED = 'started';\nexport const STATUS_FINISHED = 'finished';\nexport const EVENT_ACTION_AUTH = `${UI_EVENT_TYPE_ACTIONS}:${CATEGORY_AUTH}`;\nexport const EVENT_ACTION_AUTH_SIGNOUT = `${EVENT_ACTION_AUTH}:${ACTION_AUTH_SIGNOUT}`;\nexport const ACTION_AUTH_SIGNOUT_STARTED = `${EVENT_ACTION_AUTH_SIGNOUT}:${STATUS_STARTED}`;\nexport const ACTION_AUTH_SIGNOUT_FINISHED = `${EVENT_ACTION_AUTH_SIGNOUT}:${STATUS_FINISHED}`;\nexport const EVENT_ACTION_CORE = `${UI_EVENT_TYPE_ACTIONS}:${CATEGORY_CORE}`;\nexport const EVENT_ACTION_CORE_STATE_MUTATION = `${EVENT_ACTION_CORE}:${ACTION_STATE_MUTATION}`;\nexport const ACTION_STATE_MUTATION_STARTED = `${EVENT_ACTION_CORE_STATE_MUTATION}:${STATUS_STARTED}`;\nexport const ACTION_STATE_MUTATION_FINISHED = `${EVENT_ACTION_CORE_STATE_MUTATION}:${STATUS_FINISHED}`;\nexport const EVENT_ACTION_CORE_NAVIGATE = `${EVENT_ACTION_CORE}:${ACTION_NAVIGATE}`;\nexport const ACTION_NAVIGATE_STARTED = `${EVENT_ACTION_CORE_NAVIGATE}:${STATUS_STARTED}`;\nexport const ACTION_NAVIGATE_FINISHED = `${EVENT_ACTION_CORE_NAVIGATE}:${STATUS_FINISHED}`;\nexport const EVENT_ACTION_DATASTORE = `${UI_EVENT_TYPE_ACTIONS}:${CATEGORY_DATASTORE}`;\nexport const EVENT_ACTION_DATASTORE_CREATE = `${EVENT_ACTION_DATASTORE}:${ACTION_DATASTORE_CREATE}`;\nexport const ACTION_DATASTORE_CREATE_STARTED = `${EVENT_ACTION_DATASTORE_CREATE}:${STATUS_STARTED}`;\nexport const ACTION_DATASTORE_CREATE_FINISHED = `${EVENT_ACTION_DATASTORE_CREATE}:${STATUS_FINISHED}`;\nexport const EVENT_ACTION_DATASTORE_DELETE = `${EVENT_ACTION_DATASTORE}:${ACTION_DATASTORE_DELETE}`;\nexport const ACTION_DATASTORE_DELETE_STARTED = `${EVENT_ACTION_DATASTORE_DELETE}:${STATUS_STARTED}`;\nexport const ACTION_DATASTORE_DELETE_FINISHED = `${EVENT_ACTION_DATASTORE_DELETE}:${STATUS_FINISHED}`;\nexport const EVENT_ACTION_DATASTORE_UPDATE = `${EVENT_ACTION_DATASTORE}:${ACTION_DATASTORE_UPDATE}`;\nexport const ACTION_DATASTORE_UPDATE_STARTED = `${EVENT_ACTION_DATASTORE_UPDATE}:${STATUS_STARTED}`;\nexport const ACTION_DATASTORE_UPDATE_FINISHED = `${EVENT_ACTION_DATASTORE_UPDATE}:${STATUS_FINISHED}`;\nexport const DATASTORE_QUERY_BY_ID_ERROR = 'Error querying datastore item by id';";