declare const labels: {
    ACTIVITY_LOG_SERVICE: string;
};
declare const actionTypes: {
    CREATE: string;
    UPDATE: string;
    PATCH: string;
    DELETE: string;
};
export { labels, actionTypes };
//# sourceMappingURL=constants.d.ts.map