export declare const ApiActions: {
    GET_LIST: string;
    GET_ITEM: string;
    CREATE_ITEM: string;
    UPDATE_ITEM: string;
    DELETE_ITEM_TEMPORARY: string;
    DELETE_ITEM_PERMANENTLY: string;
    RESTORE_ITEM: string;
    BATCH_UPDATE: string;
    BATCH_DELETE_TEMPORARY: string;
    BATCH_DELETE_PERMANENTLY: string;
    BATCH_RESTORE: string;
};
